Skip to content
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

Figure out what to do with overflowing ulid values #59

Open
dylanhart opened this issue Jan 21, 2023 · 0 comments
Open

Figure out what to do with overflowing ulid values #59

dylanhart opened this issue Jan 21, 2023 · 0 comments

Comments

@dylanhart
Copy link
Owner

The binary representation of Ulid is 128 bits, but the base32 representation has 130 bits. Currently the highest two bits are ignored when parsing. This should likely return an error result instead. A new error when parsing will require a major version bump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant