Hugo
Hugo
I'm running `paru -U --localrepo --chroot` locally very often, and I find that running the equivalent of `pacman -Sy` each time is slow and impractical. There's no need to sync...
I've an already-built package that I want to install to bootstrap a system. Running `paru -U $PACKAGE.xz` simply errors indicating that some of its dependencies (which are AUR packages) cannot...
When deleting a deployment via cloudformation, I always get this error:  I have to go to the AWS console > API Gateway > Custom domain names, look for the...
The fontconfig conf file provide by this package changes the default system `sans` font to Bitstream Vera. The [comments](https://github.com/eosrei/twemoji-color-font/blob/271fc9f/linux/fontconfig/46-twemoji-color.conf#L9-L18)(and readme) indicate that the intent here was to replace avoid `DejaVu...
Sometimes I want to donate to someone who hasn't set any payment method I can use. I would like to anyhow indicate that I'd like to sponsor them and an...
## Bugs This isn't really an issue (maybe a UX one?), but I can't figure out how to configure subscriptions. So I logged in, found the package I want, and...
Running this code fails (I've left the `println`s I used to debug since they kinda help pin point down _what_ crashed): ```rust use wayland_client::protocol::wl_seat::WlSeat; use wayland_client::Display; use wayland_client::GlobalManager; use wayland_protocols::wlr::unstable::data_control::v1::client::zwlr_data_control_manager_v1::ZwlrDataControlManagerV1;...
I've `sudo` set up so that I can `sudo` by just pressing my Yubikey's button. However, when I run `SudaWrite`, I'm always prompted for a password. I can type any...
This is required before moving files from `/usr` into their proper locations. See: https://github.com/Foxboron/sbctl/issues/57
Generating a new bundle with an unmounted ESP would crash trying to find one, even if one was explicitly specified. This was due to Bundle instances always being created with...