Ability to encode fractions/decimal places
ajgaunt opened this issue · 2 comments
ajgaunt commented
I understand about not encoding negative numbers, but we have the need to encode numbers containing decimal points. Is this something that may be able to be implemented?
SmuSmu commented
How about
Convert to String
Explode to Array with the Point as separator
Pass to hashids
Just as an Idea
vinkla commented
I understand about not encoding negative numbers, but we have the need to encode numbers containing decimal points. Is this something that may be able to be implemented?
Nothing we're planning at the moment.