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.
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.