-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The implementation of the hashids.to_alphabet
function leads to different encodings for the value 0 compared to implementations in other languages. Specifically, if current_number
begins as 0 the function is essentially skipped.
Line 13 in 3464d83
while current_number > 0 loop |
Metadata
Metadata
Assignees
Labels
No labels