Kang-Che Sung (宋岡哲)
Kang-Che Sung (宋岡哲)
We have pull request #1439 awaiting for review. Would you guys help test out the new memory counting algorithm to see if the bug exists? It seems like these are...
@fasterit Does this issue still happen with the current `main`? I noticed #1475 has been closed because of `ProvideCurses.h` dependency on `config.h` or something like that, but as I made...
@mcourteaux > Any option on adding them here (that will probably help a lot of people figure out that that is possible)? > I don't think documenting the hotkey there...
Related: #920 (I can't confirm if these refer to the same issue)
While I have no more problem with the code qualities of this PR, there is one potential issue that I am not sure if it's worth addressing. Since it becomes...
@herrhotzenplotz > This link does not seem to be an official src mirror and it also references code from 2006 which is very much not up-to-date. The current top code...
A great proposal in general, but I have concern about the warning message showing as a "popup box". It can bring some UX problems as htop is a terminal app,...
Also, the warning message should allow an interactive way to dismiss. I.e. "press any key to continue" If the warning message is triggered not by a user action, the message...
> I would at least make this optional (config option) as (... how do I say that politely ...) it is not a sign of following best practices to run...
```text grep -r localtime ClockMeter.c: const struct tm* lt = localtime_r(&host->realtime.tv_sec, &result); DateMeter.c: const struct tm* lt = localtime_r(&host->realtime.tv_sec, &result); DateTimeMeter.c: const struct tm* lt = localtime_r(&host->realtime.tv_sec, &result); Process.c: (void)...