Leni Aniva
Leni Aniva
> Overall this looks good. > > I think having the encoding be an argument on `new`, but also providing two convenience helpers `NBReader::ascii()` and `NBReader::utf8()`, which call `new` with...
I've merged `master` into this branch and propagated `encoding` into the new `Options` structure. By default it still uses `ASCII` encoding everywhere. However I'm getting this error: ``` ---- session::tests::test_bash...
The solution about flit_core can be found here: https://github.com/tweag/jupyenv/blob/97f76f92fa14814e955a4f6847eaa4198525a19e/docs/documentation/how-to.md?plain=1#L169
The problem is still here on 0.7.0: ``` [LOG] configure for DP-1 [LOG] handlePreferredScale: 1.00 for 7c4c00003660 [LOG] handlePreferredScale: 1.00 for 7c4c00003660 [LOG] Image data for DP-1: /home/aniva/.config/hypr/wallpapers/5.jpg at [-0.00,...
I've this problem too and I just wrote a `systemd` service file to have `hyprpaper` always restart after it crashes: ``` [Unit] Description=Hyprpaper [Service] ExecStart=/usr/bin/hyprpaper Restart=always [Install] WantedBy=default.target ``` Then...
Why not just do `parse('(' + s + ')')` and interpret the result as a list?
Why should these operators be escaped at all? Is there a particular reason for them?
Is there a way to achieve this with the existing flake parts infrastructure? If I have a `project` output and I put it under `packages`, flake parts will complain: ```...
WIP: Although both `libInit_shared` and `leanshared` can build, currently there's a missing symbol error: ```sh $ nix build .#packages.x86_64-darwin.leanc ``` gives ``` ld: warning: directory not found for option '-L/nix/store/6bk086vc6m88274aapc6md587l7p1s4d-lean-bin-tools/lib/lean'...
> Any progress? I'm in the same predicament and I really want it to work on my x86_64-darwin. Is there anything I can do to help? > > I finally...