Justin Lex-Hammarskjöld
Justin Lex-Hammarskjöld
I believe we're encountering a bug with the Woodpecker configuration. Woodpecker is cloning the latest revision of lemmy-translations instead of the commit that this branch points to. ([translations @ 1c42c57](https://github.com/LemmyNet/lemmy-translations/tree/1c42c579460871de7b4ea18e58dc25543b80d289))...
Actually, that woodpecker bug was already fixed. https://github.com/LemmyNet/lemmy/commit/980df7545d33e8beeb9e64f29de414d6004dd5f5 @6543 I think this build will work if you rebase onto this commit.
Hmm, maybe my (lack of) experience with Rust is showing, but could we just use `docker.io/library/rust:1.67.0-alpine3.17` instead? I know I've definitely been able to compile staticlibs with just `musl-dev` installed...
~~Yeah, I just some of ran the woodpecker steps manually on a docker container, and it seems to work.~~ ~~Let's try swapping the image with `docker.io/library/rust:1.67.0-alpine3.17` and adding `apk add...
Yeah, my attempt didn't actually work. There's some weirdness where it's pulling the x86 libraries instead of arm, I think, but I'm not very good with C compilers. Maybe another...
I think that FEP is exactly what we want. I think it would relieve a lot of user's concerns about instances shutting down.
It looks like the Kubernetes StatefulSet controller was updated to handle "Completed" pods last year, but the CNPG controller does not handle this state. See discussion: https://github.com/kubernetes/kubernetes/issues/122122#issuecomment-1846930001 Code example from...
I fixed the cursor being extremely small by adding the following to `~/.local/share/flatpak/overrides/it.fabiodistasio.AntaresSQL`: ``` [Environment] XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons ``` (with flatseal, add `XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons` to the Environment variables)
I'm having this issue too on a Framework 13 AMD. dbx updates worked before I deleted and reinstalled the microsoft secure boot keys and installed a custom key.
Hi @brookelew, thank you so much for the workaround. I ran this: ``` sudo efi-updatevar -b /boot/EFI/nixos/kernel-6.7-tdgxbefcxsjugr2gd3tcfathjwhaplpppfwlrt53dot3fipixbiq.efi -k /etc/secureboot/keys/KEK/KEK.key dbx ``` And dbx updates started working again for me on...