Jan Alexander Steffens
Jan Alexander Steffens
I'm seeing some bizarre behavior where the top result returned by the extension seems to be from the results for the *previous* keypress. The rest of the results are for...
Please provide detached GnuPG signatures for your tarballs instead of (or in addition to) mere sha256sums. The latter only provides integrity protection, not authentication. Consumers of your releases might not...
**Describe the bug** The buttons on the abuse reports do nothing. **To Reproduce** 1. Report an event. 2. Click on any of the report's buttons in the management room. **Expected...
`qrencodeStructured` is missing the `ANSI256UTF8_TYPE` case in the `type_suffix` selection, leading to an `Unknown image type.` error.
The search box loses focus when the mouse moves over any other element of the popup. In addition, when the popup's opening animation moves it in such a way that...
By using an `Arc` instead of a `Box`, we can make `WeakRef::clone` a cheap operation, compared to taking a global write lock for setting a `GWeakRef`. The extra space used...
The session cookie lasts about two weeks. It would be nice if another, much longer-lasting cookie was also set that kept the devel navigation visible when logged out, to allow...
Since Meson 1.4.0, the build of [`lib32-mesa`](https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-mesa/-/blob/main/PKGBUILD) (24.0.3-1) on Arch Linux fails with: ``` FAILED: src/gallium/targets/rusticl/libRusticlOpenCL.so.1.0.0 g++ -m32 -o src/gallium/targets/rusticl/libRusticlOpenCL.so.1.0.0 src/gallium/targets/rusticl/libRusticlOpenCL.so.1.0.0.p/target.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,libRusticlOpenCL.so.1 -Wl,--whole-archive -Wl,--start-group src/gallium/frontends/rusticl/librusticl.a -Wl,--no-whole-archive...
DBusClientConnection's delMatch should remove rules from the bus by calling RemoveMatch with the original rule string. Otherwise, they can keep accumulating until the bus refuses to add any more rules.
Attempting to construct a `UInt64(2 ** 64 - 1)` fails with an OverflowError. I think Int64 and UInt64 should be be based on long, not int, as the latter is...