Results 19 issues of James Westman

In the Notifications pane of a device's settings screen, apps that are listed because they have X-GNOME-UsesNotifications in their desktop file have an icon, but apps that are only discovered...

enhancement
help wanted

A basic dark mode stylesheet, using the prefers-color-scheme media query. Fixes #271. Object hierarchy graphs are still black on white. I'm not sure how to fix that yet. Also, should...

It would be helpful if the search feature also searched the corresponding C symbols. For example, when writing a program with GStreamer, I needed to use GstAppSink. Now, is that...

Status Confirmed

Adds an `apps` field to repo tokens. `has_token_prefix` checks it in addition to the `prefixes` field, but only for exact matches. This will allow us to, for example, give access...

- Add `reserve_custom_value_prefixes` field, which allows us to block custom values by prefix and not just exact value. For example, we could reserve `flathub::` so that apps can't upload appstream...

Implement a new job type that republishes an app, incorporating new information from the storefront info endpoint. Depends on #77.

Flatpak allows us to add commits to a subset, which allows clients to broadly filter the repository: https://github.com/flatpak/flatpak/pull/3955. For example, in Flathub, we want to have a "FOSS-only" repository--it's the...

As part of the Flathub donations & payments project, we would like to make it easier for developers to use build tokens to upload their apps. Currently, build tokens are...

When the repository returns an HTTP 401 error, flatpak is supposed to request a token (if it hasn't already) using the authenticator. However, we currently return a 403, which causes...

Use case: I'm working on adding vector tile support to GNOME Maps. We currently use raster tiles and query a place's OpenStreetMap tags using Overpass, but now that we have...