-
Notifications
You must be signed in to change notification settings - Fork 65
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
Enhancement: round fluid values in log messages #276
Comments
Hi, (not sure why there is the bug label, it was not my intention to raise this as a bug, sorry) |
Would require either:
Neither option seems worth it to me. |
I understand that you would consider additional logic just to get this done "not worth it" and I agree 100%. From my perspective I can't think of any situations were it would be an issue to just round all the numbers in the "itemcount itemtype" part. This would meant that there is no "additional logic" required, just an additional ceil(...) where the info message is generated. ( P.S. this is very low priority for sure. ) |
I too found the weird decimal point cluttering to my UI, and actively searched to try and find a setting to round these numbers to no avail. |
The text was updated successfully, but these errors were encountered: