Will Thompson
Will Thompson
This was useful to me, maybe it will be useful to someone else!
I've just been nudged to make [Bustle](https://wiki.freedesktop.org/www/Software/Bustle/) use `DLT_DBUS` in the pcap logs it captures now. That bit is written in C, so [no problem](https://github.com/wjt/bustle/commit/4168158511abbdb450cc86b5eb6e09bedd98cfcf), but I'd ideally like the...
## Steps to reproduce: 1. Connect to a PostgreSQL database 2. Execute the following query ```sql select null :: bytea; ``` ## Expected results A result set is shown with...
Endless has a bunch of apps on Flathub, such as [Photo Editor](https://github.com/flathub/com.endlessm.photos), the abandoned [Hatch Previewer](https://github.com/flathub/com.endlessm.HatchPreviewer), and the [various com.endlessnetwork.* games](https://github.com/flathub?q=com.endlessnetwork&type=all&language=&sort=). It would be useful if we could have an...
In addition to the main data area, eMMC devices have two "boot" partitions, each with somewhere in the vicinity of 128KiB-4MiB of space. Linux exposes these as (for `/dev/mmcblk0`) `/dev/mmcblk0boot0`...
When using podman as an unprivileged user, UID 0 in the container is mapped to your real UID outside the container. Karton's behaviour of creating a "mirror" unprivileged user inside...
On a whim I wrote https://github.com/flathub/org.gnome.Boxes.Extension.OsinfoDb/pull/2 to automatically update the database used by GNOME Boxes when it is tagged upstream. When reviewing my own PR I noticed that the date...
If a weird PR is filed, it is useful to have a look at the checker's debug output. GitHub Actions have access to a [whole host of environment variables](https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables#default-environment-variables) which...
I tried applying the following patch to Tuxpaint's manifest: ``` "buildsystem": "simple", "sources": [ { - "//": "TODO: add x-checker-data. Unfortunately the version number appears twice, once with dashes and...
On https://github.com/flathub/us.zoom.Zoom/pull/35 the checker correctly submitted an update to a newer version of Zoom. The rotating URL was then rolled back to the older version, and the checker dutifully opened...