We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's keep it short, such a test will fail:
assertEquals(t, "1GB", HumanSizeWithPrecision(999.6*MB, 3))
With the following message:
Expected '1GB' but got '1e+03MB'
The case holds in the following scenarios:
However, it works fine with precision 4 or higher.
The text was updated successfully, but these errors were encountered:
I am willing to fix this issue as a new person to open source contribution.
Sorry, something went wrong.
docker image ls
No branches or pull requests
Let's keep it short, such a test will fail:
With the following message:
The case holds in the following scenarios:
However, it works fine with precision 4 or higher.
The text was updated successfully, but these errors were encountered: