Aidan Gauland

Results 15 comments of Aidan Gauland

> I'm running XMonad on NixOS. > > When running treesheets there seems to be a very weird problem. > > It keeps taking focus away from my other windows....

> Narrowed it down to `ReFocus`. With small patch I can leave app window now: > > ```nix > # ~/.config/nixpkgs/overlays/patches.nix > self: super: > { > treesheets = super.treesheets.overrideAttrs...

> I agree that level 24 is pretty tough, but I intended it to be like that to give the opportunity to play around with all of the properties one...

I think I am having the same issue. I get the same `line 13: runtimecmd: bad array subscript` error, and the game starts correctly, but Discord is not detecting the...

> Line 239 updated to, so it includes snap Line 239 of what?

> Next best, again, in my opinion, would be if lsp-mode supplied docker images for all the language servers it supported, and could just run those as an alternative to...

> Could we refactor `pkgs/development/libraries/science/math/tensorrt/extension.nix` a bit such that upgrading cudatoolkit can be done without breaking the evaluation of tensorrt? @samuela Sorry, I only just saw this PR. Since I...

I am trying to use an Electron application that has this same issue, and when I run it under `strace`, the error `GPU process exited unexpectedly: exit_code=256` is printed fewer...

> Following @qvint's method described in [#1030 (comment)](https://github.com/Eloston/ungoogled-chromium/issues/1030#issuecomment-626454805) works on version 81. > > My steps: > > 1. Go to https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries/+/master > 2. Find a bdic you want, click...

I think this might be related to #8615, but that one does not involve pipes, so it may be a separate bug.