Ferdinand Bachmann
Ferdinand Bachmann
Currently running into this on my ArchLinux machine. I'd really not want to need to either disable DNSSEC or use a nonlocal resolver. Also adding that one of the other...
Can also confirm that `dig +dnssec savannah.gnu.org @$LOCAL_DNS_SERVER_HERE` correctly resolves. (On the same machine that resolved fails) Edit: with "local dns server" I mean the one provided by my router,...
@fabolhak on the machine I originally encountered this problem, resolving `savannah.gnu.org` still doesn't work when DNSSEC is enabled
> Is this a patched version? @bl4ckb0ne The [Packages](https://gitlab.manjaro.org/packages) group on the Manjaro GitLab seems to be the official list of all PKGBUILDs for all packages not taken directly from...
Another note: If you have branches with differing/divergent CHANGELOG.md files like suggested above, and you release a fix in multiple versions, it might make sense to *link to the original...
I found a fix for this. When using `\nocite{*}`, an entry is generated in the `.bcf` file. If latexrun is extended to also look there before concluding that no biber...
I can confirm this as well (on signal 7.2.0 on Arch Linux with sway). I need to start signal twice for the window to open up on wayland. The same...
seems related to #6368
For client-side decorations, [libdecor](https://gitlab.freedesktop.org/libdecor/libdecor) could also be an option, if it's easily possible to add it to our event loop unintrusively (it seems to have its own dispatch function that...
I started implementing libdecor support for server and client side window decorations. Current progress tracked in branch [feature-libdecor](https://github.com/Ferdi265/wl-mirror/tree/feature-libdecor). Currently it's still a little buggy, especially on sway. Window movement and...