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
Is your feature request related to a problem? Please describe.
When using uuid package. (uuid5)
Because of the nature of it being async, it does sort of making everything async where i need it.
Describe the solution you'd like
In my case i enjoy to generate determistic uuid in mapping of arrays. That is not something i like to make async if i can avoid it.
Describe alternatives you've considered
We have our own implementation that works. (node environment). But it would be nice to offload the responsibility of maintance of that to a esm package. It will also give us access to other uuid implementation not just v5.
Otherwise usage feels amazing.
Edit:
Any reason why crypto.subtle.digest is prefered over crypto.createHash?
The text was updated successfully, but these errors were encountered:
MartinEide
changed the title
Do uuid generate need to be a async function?
feat: Do uuid generate need to be a async function?
Dec 13, 2024
Is your feature request related to a problem? Please describe.
When using uuid package. (uuid5)
Because of the nature of it being async, it does sort of making everything async where i need it.
Describe the solution you'd like
In my case i enjoy to generate determistic uuid in mapping of arrays. That is not something i like to make async if i can avoid it.
Describe alternatives you've considered
We have our own implementation that works. (node environment). But it would be nice to offload the responsibility of maintance of that to a esm package. It will also give us access to other uuid implementation not just v5.
Otherwise usage feels amazing.
Edit:
Any reason why crypto.subtle.digest is prefered over crypto.createHash?
The text was updated successfully, but these errors were encountered: