-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't want slash in UUID #2
Comments
As long as that char is not part of the base64 subset, yes. If you want to send a PR, go ahead :D. BTW, an hyperid is not a UUID. |
but you have used slash, and slash is a part of base64 subset! |
Ooh then we are grand even if it's part of the spec. |
Closed in #4? |
@behrad can you check v1.2.0 if it's ok for you needs? |
hi @mcollina what's the different between hyperid and UUID 😆 |
@behrad - check the |
It would be a nice PR. |
I don't want my uuids to have
/
inside.Can the slash character in https://github.com/mcollina/hyperid/blob/master/hyperid.js#L30 be configurable? And am I ok to use any char I want?
The text was updated successfully, but these errors were encountered: