Philip Withnall

Results 32 issues of Philip Withnall

The necessary tests and build system integration is being added upstream in xdgmime at https://gitlab.freedesktop.org/xdg/xdgmime/-/merge_requests/35. For context of why it’s important that xdgmime is fuzzed: it provides the reference implementation...

The code snippets in Workbench are licensed as CC0-1.0, which is great. It would be good if that were made clearer in the Workbench UI, though, both so that *...

If pulling a static delta fails (due to one part of it missing from a mirror, for example), retry the entire pull operation with disable-static-deltas=true. WIP: This needs some work...

WIP

For servers which need to be advertised over Avahi, it would be quite useful if avahi-daemon had a D-Bus interface which could be used as an alternative to files in...

enhancement
needs-discussion

Meson has a `--werror` option, and autotools has a `--disable-Werror` option (if using `AX_COMPILER_FLAGS`). For automated build systems (nightly builds, etc.) it would be good to add an option to...

Currently, libxmlb queries will set the error `G_IO_ERROR_NOT_FOUND` if they find no matching elements. A lot of queries will often return no results (that’s just the way XML is), so...

If I run the two queries: 1. ``` languages/lang[(text()='en_GB.UTF-8') and (@percentage>50)]|languages/lang[(text()='en_GB') and (@percentage>50)]|languages/lang[(text()='en.UTF-8') and (@percentage>50)]|languages/lang[(text()='en') and (@percentage>50)] ``` 2. ``` languages/lang[text()='en_GB.UTF-8'][@percentage>50]|languages/lang[text()='en_GB'][@percentage>50]|languages/lang[text()='en.UTF-8'][@percentage>50]|languages/lang[text()='en'][@percentage>50] ``` on the XML below, they should return the...

## I'm submitting a bug report ## *Brief Description* Whenever I’m using osmcha.org, after reviewing a handful of changesets, I get a “Request was throttled. Expected available in 16 seconds.”...

There is an `executable` in [GLib](https://gitlab.gnome.org/GNOME/glib/) (called `glib-compile-resources`) which is built as part of the main project build, and then run to build some files for the unit tests. On...

There are currently a couple of places in `common/flatpak-dir.c` where `ostree_repo_write_config()` is called to add per-remote configuration to the OSTree configuration. This won’t work if the repository is configured with...

ostree