Patrick Hilhorst
Patrick Hilhorst
Based on #196. I derived my own algorithm to get the connected components directly from the graph's structure. I'm not 100% on the complexity of it. I'm also not 100%...
https://github.com/haskell-nix/hnix/issues/136#issue-311350308 > * [ ] Check for unused `with` bindings > * [ ] Check for patterns which fit common builtin/lib functions like `map`, `mapAttrs`, `genAttrs`, etc. > * [...
That is automatically merged into master when CI succeeds.
I've also written a linter for Nix a few years ago, see https://github.com/Synthetica9/nix-linter Once this has all the checks that that has, I'd be fine with archiving that repo and...
Example output: Score of Stockfish 15 vs Stockfish 15: 6 - 2 - 20 [0.571, +50 elo] 28 [1] Started game 29 of 100 (Stockfish 15 vs Stockfish 15)
When I write `$\{\}$`, this gets corrected to `${}$`, while it should stay `$\{\}$`. It would be nice to have a config option to disable tidying in Latex.
Examples: * `liftA2 :: (b -> c -> d) -> (a -> b) -> (a -> c) -> (a -> d)`, [No results found](https://www.haskell.org/hoogle/?hoogle=%28b+-%3E+c+-%3E+d%29+-%3E+%28a+-%3E+b%29+-%3E+%28a+-%3E+c%29+-%3E+%28a+-%3E+d%29) * `liftA3 :: (b -> c...
I'd love to bind this to Esc to this functionality.
https://github.com/NixOS/nixos-hardware/blob/59c97be4d0c9e859cb8e3d214707601f213a6914/lenovo/thinkpad/default.nix#L9 Shouldn't `services.fprintd.package` also be set to `fdprintd-thinkpad`? (Introduced in https://github.com/NixOS/nixpkgs/pull/61546) CC @Cizra