-
Notifications
You must be signed in to change notification settings - Fork 18
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
Hack for values with leading 0 #42
Comments
Any update ? |
@rmaksim any update? |
@cgjosephlee thanks for the suggestion. I stopped using Sublime Text two years ago, now I am using Visual Studio Code, 😺 ! |
VSCode is a good editor, too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
First things first, well done and thanks for this useful package! I love it!
Now, do you think it would be possible to hack a little bit the inc/dec function for number, in order to preserve the number of leading
0
for pure numerical values?Example:
007
-> (inc) ->8
,007
-> (inc) ->008
.Thanks in advance.
The text was updated successfully, but these errors were encountered: