remove prefixed 0s
Closed this issue · 2 comments
ctf0 commented
let's say we have 8
and we go up to 100
,
now if you tried to go back to a one digit number ex. 8
we will end up with 008
.
coderitual commented
Thanks for your feedback. Yup this is due to the original design. Atm this is a quite low priority because this is sort of tricky to handle (empty space/white space) but it could be definitely part of the roadmap (it sounds more like a part of handling alphanumeric/custom characters).
ctf0 commented
yeah yeah, am just reporting to the things we need to handle in the next releases.