dkwo
dkwo
btw, the 10.0.8 is out
libdrm is now at 120, maybe you can rebase?
Strangely `aarch64-musl` builds, but `aarch64-glibc` fails with ``` r/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found clang diag: /usr/include/features.h:414:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings] panicked at bindgen-cli/main.rs:52:36: Unable...
@zlice Do you think this line in https://github.com/void-linux/void-packages/blob/2f4a8ac961862e0e31d60d532f0d31429ef434fb/common/build-helper/meson.sh#L68 is ignored, or somehow not passed over from meson to ninja?
can this be https://github.com/mesonbuild/meson/pull/9993 ?
When that day comes, would it make sense to switch to a model like Alpine's `apk`, where you have a file /etc/apk/world with a list of constraints, and the dependency...
I wonder how this PR compares with https://github.com/AsahiLinux/asahi-scripts , which recently introduced udev rules and a systemd service for battery charge (see macsmc-battery folder). If I had to run a...
I'd also like to report cpu usage different from `htop`, and inconsistent whitin `gotop` itself. 
This looks nice. May I add the following? - wayland support: bemenu, wl-clipboard - possibility to search on https://inspirehep.net https://arxiv.org - tag a release
If I only do certain tests, then no failure: ``` do_check() { GOPASS_BINARY=${GOPATH}/bin/gopass go test -v ./tests } ``` What are the suggested tests to be run in the build...