Yinghao

Results 7 comments of Yinghao

@BenBE yes I'm aware, so not a totally necessary feature, but just something that could be nice to have (of course if it fits with the general UI style).

Doesn't compareRealNumbers have the same issue, but for the reversed order? For a floating point field such as IO_READ_RATE ordered from low to high, the N/A processes show up at...

@Explorer09 Thank you for your reply., I see it's by design. But these root processes can be reading the disk, so should they be grouped up with the processes that...

> Nit: I'd rather have the comment say "single precision, four digits, etc" than repeat what the code already tells Thank you for the review. I'm not too sure what...

Thank you for clarifying. I'll leave the comments then if you're okay with it, and make the change.

Applied suggestions and slight refactor.

Seems like a `9.99` specific issue. The offending code seems to be this section in `Tools:floating_humanizer` in `btop_tools.cpp`: ```c++ // out = "9.99" here, 4 chars long if (shorten) {...