Results 767 comments of BenBE

> I slightly reordered the logic of the `Platform_calculateNanosecondsPerMachTick` function: > > I feel the code path like this would be easier to follow. LGTM for other parts of the...

Please provide the OS, kernel version, distribution and version of htop you are running. Additionally, if you could provide a backtrace from running htop via gdb (`bt full`) might be...

The likely cause is the quite old kernel shipped together with Android. On a modern Linux kernel (6.11.*) this does not reproduce. Thus to narrow down a stacktrace would be...

This wont do …

While the PR itself looks fine from a code PoV adding new settings is always a bit tricky as future backwards compatibility has to be taken into account. In the...

I think for the UI settings it should suffice to have it selectable in the setup screen using F2 similar to how the `Hide main function bar` setting is handled....

> @rustedusted There are two main things to address regarding the whole issue of Bar meter characters: > > 1. The "subpixel" rendering. (Technically it's character cell not pixel, but...

> do i make a new pull request?? No, just force-push your updated PR on the branch you used to make this one. No need for a new PR, as...

> how do i make the origin/main of my repo follow new-stream in my local ``` git checkout new-stream # Checkout the branch you want to modify git branch --set-upstream-to=origin/main...

Rearranged some lines to better group the changes. Also fixed some code style issues.