Sebastian Graf
Sebastian Graf
I'm currently surveying the different blurring lockers for performance. This one takes about 330ms on my machine, whereas https://github.com/karulont/i3lock-blur (which uses a fragment shader) takes less than 200ms.
Running `git fsck` yields the following output for me: ``` Checking object directories: 100% (256/256), done. warning in tree 28364970824df3bd81620881276330a2e941a6c1: zeroPaddedFilemode: contains zero-padded file modes Checking objects: 100% (6294/6294), done....
In our project, we have benchmark names such as "Parser-Test 1", with a space in the benchmark name. When I hit Ctrl+F5 (or close the tab and re-open it with...
If I open VS Code in a ghc.nix shell via `nix-shell ghc.nix --run "code ."`, the font is broken. That's because `$FONTCONFIG_FILE` is set for building docs. Ideally, I would...
Building and running tests for all dependencies takes a long time. I suggest disabling tests for all Haskell code. [Here's](https://stackoverflow.com/a/57854640/388010) an answer that might be useful in that regard. I've...
When I try to do `hadrian/build.sh --flavour=quick docs` in a ghc.nix shell (`with-docs=true`), then Latex complains about the pcrr8t module missing. Maybe we need more packages from texlive? @alpmestan has...
**Describe the bug** Gnome shell crashes after re-opening a big Firefox session and switching workspaces with alt-tab. **Expected behavior** No second Firefox window, no crash. **To Reproduce** - Occurs on:...
256000 bytes was not enough to store 512x512 icons onwards. The current setting allows up to 2048x2048 icons and should be quite future proof.
Since I upgraded to Nix 2.0 (probably) I get the above warning, since appearently it added a new file. Removing that file gets rid of the warning, but it gets...
Perhaps this is the same issue as #518. Unfortunately, I'm on nixos-21.11, so kak-lsp version 11.0.1. Here's the tail of the log that is produced. If you need more, I...