You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
I would prefer a way to make it an opt-in feature either at run-time or compile time, though.
For example, if your application does not use UUID v1 or UUID v6 with mac_address type, then you don't need a GenServer updating a cache that you'll never use.
Hey @ryanwinchester, we don't use UUID v1 anywhere anymore. I don't have time right now to contribute something like I described in the other issue. My 2c is that a GenServer that updates every few seconds is so cheap to have that I'd just have it running, but regardless, up to you :) Thanks for pinging, will jump out of this convo. Please ping me here if you need anything else :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are ways to improve this.
See: zyro/elixir-uuid#45 and zyro/elixir-uuid#40
I would prefer a way to make it an opt-in feature either at run-time or compile time, though.
For example, if your application does not use UUID v1 or UUID v6 with mac_address type, then you don't need a GenServer updating a cache that you'll never use.
@whatyouhide are you still interested? Especially since this is just a fork of https://github.com/zyro/elixir-uuid
The text was updated successfully, but these errors were encountered: