Alexander Bakker
Alexander Bakker
Apparently we shouldn't make assumptions about the streaming endpoint. See: https://github.com/mastodon/mastodon/issues/23383#issuecomment-1455054265 Also related: #176
Reads/writes to the in-memory WebDAV file tree are currently not thread-safe. This issue is usually not noticed when doing simple sequential operations on files, but this will cause problems when...
This is more of a SharpTox.Vpx issue. But because that library can pretty much be thrown in the trash now, I figured I'd submit the issue here so that people...
On Debian Jessie with linux-image-amd64 installed, /initrd.img and /vmlinuz are symlinks to the latest initrd and kernel available in /boot. Setting KEXEC_INITRD to /initrd.img and KEXEC_KERNEL to /vmlinuz results in...
Thanks for hl, it's a useful tool! I'm dealing with a rather unfortunate log format where the message field is not located at the top level of the JSON object,...
Here's another attempt to enable Gradle dependency verification. I've tried to do this a couple of times before (#320, #463) but always ran into issues. With a helper script borrowed...
This fixes the following crash I noticed in the developer console: ``` Exception java.lang.AssertionError: at com.beemdevelopment.aegis.util.UUIDMap.getByUUID (UUIDMap.java:127) at com.beemdevelopment.aegis.vault.VaultRepository.getEntryByUUID (VaultRepository.java:229) at com.beemdevelopment.aegis.ui.fragments.preferences.AuditLogPreferencesFragment.lambda$onViewCreated$0 (AuditLogPreferencesFragment.java:70) at androidx.lifecycle.LiveData.considerNotify (LiveData.java:133) at androidx.lifecycle.LiveData.dispatchingValue (LiveData.java:151) at...
This also includes changes to make the status guard hack work on Android 15 and a couple of small adjustments to support edge-to-edge in all activities.
This patch makes a couple of minor improvements to the entry sharing activity: - Remove the double "Transfer entries" heading. - Make the QR codes larger. Especially helpful with Google...
I've held off on this in the past, because I was concerned about the security issues related to Java object deserialization. To circumvent that, I've written a parser that understands...