-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Revert "Switch from numeral to numbro (#6344)" #6595
Conversation
This reverts commit f8934b8. Using a format string of '0' does not round to the nearest integer in Numbro BenjaminVanRyseghem/numbro#745
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6595 +/- ##
=======================================
Coverage 62.39% 62.39%
=======================================
Files 161 161
Lines 13179 13179
Branches 1796 1796
=======================================
Hits 8223 8223
Misses 4672 4672
Partials 284 284 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well damn. Oh well, if you reckon this is the best approach for now, then I'm ok with it. 😄
Oh my god... But you realized it now. Nice catch ! |
Looking at the issue @eradman filed on the numbro repo, they might be able to suggest a workaround or fix the problem themselves. So, we're probably best to leave this for a few days and see how that issue goes. If nothing substantial turns up by then, we can merge this to revert back to numeral. |
Agreed; we should wait and see if there is a workaround we can use. |
Hi @guidopetri @eradman Thanks for fixing this. I checked the source code in
Am I doing something wrong? |
A build from top of tree (392b930) shows that the previous behavior was restored Perhaps there is a delay in updating the docker image? |
@eradman Thanks for your confirmation! |
Indeed, the image created with |
@masayuki038 it might be a caching issue, where docker didn't pull the latest image. |
@guidopetri Thanks for your comment. |
Today, I tried |
This reverts commit f8934b8. Using a format string of '0' does not round to the nearest integer in Numbro BenjaminVanRyseghem/numbro#745 Co-authored-by: github-actions <[email protected]> Co-authored-by: Guido Petri <[email protected]>
This reverts commit f8934b8.
What type of PR is this?
Description
Using a format string of
0
does not round to the nearest integer in NumbroRelated Tickets & Documents
numbro/issues/745