Michael Witten
Michael Witten
The original patch series has essentially been updated as per the following diff: diff --git a/lib/cfg-funcs.h b/lib/cfg-funcs.h index 9b218c31..c2e4f000 100644 --- a/lib/cfg-funcs.h +++ b/lib/cfg-funcs.h @@ -121,8 +121,10 @@ bool rm_cfg_prepend_json(...
It does not use two-shaded coloring. The color represents the largest whole binary suffix that applies, which is mildly independent of the actual number that is displayed. * `M(1023) +...
Here is a comparison of the *text* between the 2 display formats we are currently comparing: | Input | Two-Color | This New Way | | :---: |:---: | :---:...
That sounds good. I'll change the code I'm working on to use that notation.
@Explorer09 has raised these points: 1. **Unit Confusion** There are two kinds of users: * *Those who **do** understand computers*, and thus appreciate the difference between SI and binary units....
* The originator of issue #35 (and, a year earlier, hishamhm/htop#901) is @pthfdr-42, whose name is listed as "Gong S." * I suppose humans *do* have 4 fingers and 1...
**When to use fractions depends on the precision.** With three figures after the decimal point, the smallest step (0.001) in the fractional notation is slightly larger than the smallest step...
You shouldn't ever have `0T977`; with only 3 numbers after the decimal point, you'd be better off counting to `9999G`, and then switching to `9T765`.
You told `rsync` to perform these steps: 0. Synchronize files in `/mnt/mergerfs` with files in `/mnt/btrfs01/`. 1. After that synchronization, delete from `/mnt/btrfs01` all the files that were synchronized. So,...