David Hewitt

Results 200 comments of David Hewitt

It's available as a Docker container, so you should be able to do something like the following: ``` docker run --rm -it -v `pwd`:`pwd` -w `pwd` valalang/lint io.elementary.vala-lint ``` I...

There isn't currently a mechanism to getting Contracts as they existed in 5.1 to work at all. I believe the current plan is to work on expanding the XDG desktop...

Launchpad PPAs don't have dep-11 metadata, hence why https://github.com/elementary/appstream-data exists. So we can probably just disable it altogether.

This is a very long standing issue in X itself, GNOME is almost certainly affected too. https://bugs.freedesktop.org/show_bug.cgi?id=865 I think our only option really is to bind the language switching shortcut...

This looks to be a problem in Flatpak's GitHub actions, PR to fix it submitted here: https://github.com/flatpak/flatpak-github-actions/pull/157 Once that's fixed, I'll re-run the publish for your recent EoL'd apps and...

Still progressing this, found another issue with the GitHub actions and opened another PR: https://github.com/flatpak/flatpak-github-actions/pull/160

The icon sizes to be served are hardcoded in `appstream-compose`: https://github.com/hughsie/appstream-glib/blob/cbe4aae01a99154464cb865235689bf49d0a48a2/client/as-compose.c#L39-L167

This causes a secondary problem where `sudo` commands are really slow if you choose anything other than the default hostname. See the following for reference: https://stackoverflow.com/questions/22249688/linux-sudo-is-working-slow-after-changing-the-hostname

Another possibility to consider is whether this should be in initial-setup so that the end user of a potentially OEM machine can make an informed choice. Drivers _have_ to be...

The systemd page on this topic is quite good: https://systemd.io/USER_NAMES/ In short, different distros have different rules for what constitutes a valid username. The summary at the very bottom of...