Kang-Che Sung (宋岡哲)

Results 428 comments of Kang-Che Sung (宋岡哲)

But if you collapse the process tree by default, then only the init process (as well as some kernel threads) will be shown. I wonder if it could be more...

1. Please rebase the branch to remove the commit you made in #1792 (there is no dependency). 2. The Signed-off-by line, as guided by various open-source projects, is supposed of...

Another thing. No offense, but why does the test program `test_copy_command.c` contain emoji? It gives me an impression that @j-a-c-k-goes copied some code from an AI output. If that's the...

I have been trying to make a few PRs (pull requests) that could bring Unicode character width support in htop. So you are not the first one that proposed the...

Your screenshot presents a graph view of the "DiskIO" meter. That's makes me unable to tell what problem you are facing. It is better to show a Text view (style)...

That's probably not a bug. It can happen when there are many disks in your system. The bar and graph will draw the time when your disks are busy and...

Related: #1374 @grahamperrin Currently the bar in the Disk IO meter shows the percentage of _time_ when the disks are busy. It's a different measurement from the I/O rate (KiB/s,...

Hi. Good contribution, but I have a concern on using quicksort, which can break stability in sorting. The original code uses insertionSort probably because it's a stable sort, or because...

> are you finding the implemented sort to be unstable? Could retest, but initial tests were not unstable. @j-a-c-k-goes It's computer science. A sorting algorithm is said to be "stable"...