Hugo
Hugo
This is still an issue when using `systemd-efistub`. I believe that the base image is larger than anticipated (e.g.: the stub itself), not the kernel.
I recommend using maturing for this: https://www.maturin.rs/ We basically need to write the Rust functions that you want to expose and annotate them with `#[pyfunction]`. Maturin does the work of...
Not on my part; I have several deadlines upcoming and don't have any spare bandwidth to focus on it. Some further comments from IRC in case somebody wants to pick...
Hi. I'm trying to build an Alpine package, but I'm getting a very unclear error. Here's my current APKBUILD: ```sh maintainer="Hugo Osvaldo Barrera " pkgname=wl-screenrec pkgver=0.1.6 pkgrel=0 pkgdesc="High performance wlroots...
I can't repro the issue on `main`, so it seems that whatever was broken has been fixed in one of the dependency updates.
A new release would unblock packaging this downstream.
I agree mostly -- do one thing and do it well. I guess it's just that how anyone defines "one thing" might vary. I'd actually though of this as "runs...
I'd love to do this on a per-client basis. Some clients already draw functional titlebars, so I'd want to disable titlebars for those specifically. Given that this needs to be...
The condition needs to be `#[cfg(target_env = "gnu")]` instad of `#[cfg(target_os = "linux")]`.
- `--filesystem DIR` mounts a directory `DIR` from the host into `DIR` inside sandbox. The directory has the same location on both the host and the sandbox. If you add...