Hleb Shauchenka
Results
4
issues of
Hleb Shauchenka
I'm experiencing an issue where the LED ring around the LCD on my Corsair H150i Elite turns off as soon as I launch FanControl. I'm not running iCUE or any...
Fixes https://github.com/nix-community/nh/issues/421 by changing how the elevated command is converted from`subproces::Exec` to `std::process::Command`. It now uses [shlex](https://docs.rs/shlex/latest/shlex/index.html) to correctly parse the command. ## Sanity Checking [changelog]: https://github.com/nix-community/nh/tree/master/CHANGELOG.md - [x] I...