Hans Christian Schmitz
Hans Christian Schmitz
Minimal reproducer seems to be ```wgsl type T = array; // 4 bytes * ⌈(2³² - 1) / 4.0⌉ count ``` The error occurs at the multiplication at the end...
I also have this issue with the 1000 em variant of the font (also Arch, `ttf-nerd-fonts-symbols-mono-2.1.0+36+gd0bf73a1-4`). Looking at the ttf in fontforge  an empty glyph seems to be included...
With the force-push things seem to have broken with some now missing dependencies. Somehow managed to build the code before the force-push. Will review again once that's fixed
I agree that selectable text in embedded vector images would be nice, but if that is added it would be great to make that an opt-in/opt-out feature. Selectable text in...
Not sure if this is the same issue or a separate one, but with my Dell Active Pen PN579X the primary button also does nothing in Rnote, while the secondary...
https://www.pdfa.org/resource/deriving-html-from-pdf/ is a best practices guide for tagged PDF syntax (also covers some general information/guidance around the format), and with regards to #114 and this issue https://www.pdfa.org/resource/deriving-html-from-pdf/ is perhaps also...
Sorry for causing this breakage! By no means did I intend to make wireplumber harder to configure and an `extraConfig` option missing from my PR was a really unfortunate oversight...
NixOS/nixpkgs#292115 will add `extraConfig`, `extraLuaConfig`, and `extraScripts` options once it lands. I hope that'll make things more comfortable again for you
While that should work to fix the window grouping issues, that probably also breaks the URL handler, sadly. Copying `codium.desktop` to `~/.local/share/applications/` and changing `StartupWMClass` to `codium-url-handler` should work as...
In [`configure.ac`](https://github.com/coin-or/ADOL-C/blob/ac89ea483bfdbe865ed940605cf12687073d07d0/configure.ac) the string equality operator bashism `==`(not POSIX) is used a lot (lines 32, 37, 285, etc.), instead of `=`. There is also one use of `[[` (line 654)...