@Fireduck maybe floor the percentage instead of rounding it for the field switch completion - that confuses people as it hits 100% a few blocks before the field switches
and same for the difficulties `difficulty (avg): 41.214 (41.000)` - and still on field 7
Good idea
seems you just need to pass in the correct rounding mechanism to the numberformatter
as it is java, i can only assume it can just handle all the basic stuff like flooring to a precision instead of flooring always meaning integers
Might have to do a dumb, floor( x*10000)/10000
the support is there, take time to do proper
otherwise you floor on a float imprecision duplication there
rounding mode half even. lol
yes
Looks like the GitHub integration is broken
Also was failing to get some files from GitHub
wtf
It actually does the floor after the precision, so it if the numer is 40.999999 rather than giving the string "41.000" it will now give "40.999"
I assume your WTF is why hasn't that popped up in channel already?
github is broken
seems so
Yeah