-
-
Notifications
You must be signed in to change notification settings - Fork 84
Provide an option to use IEC system #7
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
Comments
No. It's intentionally option-less. I feel base-10 is the right way to display sizes for humans. You're of course free to use any of the other file size prettifiers if you disagree :) |
great... thanks anyway 😄 I feel the same way, but sometimes product managers feel otherwise |
We feed in the information from the npm package It would be nice to have this configurable, because the rest of the pretty-bytes package is working wonderfully. But eh, it is your package. So you decide. |
Have you thought about adding the option to show base 2, but with the right units that nobody uses? kiB, MiB, GiB, ... This would help people to understand that 1 kB is actually 1000 B and not 1024 B |
would you be willing to accept a PR for that?
The text was updated successfully, but these errors were encountered: