Leni Aniva
Leni Aniva
I suspect this can be fixed by adjusting this part of `bin/poetry2nix`: ```python class UrlPackage(Package): def fetch(self) -> Tuple[Package, subprocess.CompletedProcess]: return ( self, subprocess.run( [ "nix-prefetch-url", "--unpack", self.source["url"], ], stdout=subprocess.PIPE,...
The documentation says we can just pass in a raw string: http://capnproto.github.io/pycapnp/capnp.html
Is there a temporary workaround to this problem? I switch wallpapers pretty frequently since I have a different one for each workspace, and `hyprpaper` would crash a couple times a...
> Now we die normally: > > ``` > zwlr_layer_surface_v1@24: error 0: wrong configure serial: 425141 > [Thread 0x7ffff6a706c0 (LWP 2092053) exited] > [Inferior 1 (process 2092049) exited normally] >...
> I took a brief look at `weak_table`, and it seems to be compatible with them we need to implement some trait, probably [`WeakElement`](https://docs.rs/weak-table/latest/weak_table/traits/trait.WeakElement.html), and/or give access to `Weak` ref...
> That looks pretty good to me! > > Would you mind contributing it to the README.md? It is a bit outdated. Do you want to move the Flake section...
> Heyo @vleni, > > Yes, I just recently added some information about flake usage. I want to export something nice since ages there but haven't come around to doing...
@kolloch I think there's a problem: https://github.com/oxalica/rust-overlay/issues/143 The developer of rust-overlay says we should not override nixpkgs
I'll try to produce an example of this, but here is a solution with minipage: https://tex.stackexchange.com/questions/30734/how-make-sure-two-elements-stay-on-the-same-page I don't know if there is a programmatic way to do it without user...
> On EndeavourOS with waybar(master), hyprland installed from package manager. > > > 4. Start waybar and then fcitx5 > > I tried starting them in either order, hyprland started...