Ethan Carter Edwards
Ethan Carter Edwards
@coderabbitai any ideas?
Yeah that doesn't work lol. Just did that for my own curiosity. AI sucks! ;). Anyways, I'll think about a solution over the next few weeks. I have finals this...
## `nixpkgs-review` result Generated using [`nixpkgs-review`](https://github.com/Mic92/nixpkgs-review). Command: `nixpkgs-review pr 470537` Commit: `c7042f1ce1585bbff0e8ef806aa17c76b0c735c9` --- ### `aarch64-darwin` :white_check_mark: 1 package built: fabric-ai
I'm a bit hesitant to merge this: ``` #current $ LC_NUMERIC=en_US.UTF-8 top -bn2 -d 0.01 | grep "[C]pu(s)" | tail -1 | sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | awk '{print 100...
A Fedora machine: ``` $ LC_NUMERIC=en_US.UTF-8 top -bn2 -d 0.01 | grep "[C]pu(s)" | tail -1 | sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | awk '{print 100 - $1"%"}' 57.1% $ LC_NUMERIC=en_US.UTF-8...
What kind of system are you testing this on?
@Samasaur1 any reason why this couldn't be merged?