Will Thompson

Results 51 issues of Will Thompson

The 'base' image has grown and grown. Here's a new 'micro' personality, inspired by @cassidyjames's recent work on a slimmed-down image that contains only a browser, which doesn't even contain...

In #418, @tobiasmicheler figured out that the checker was hanging while checking https://github.com/flathub/com.modrinth.ModrinthApp/blob/1d954cc7c91841d020fe4c860593789a16ca62c6/com.modrinth.ModrinthApp.yml#L108. This is because prior to 1a0e0c76449a20344584644cca69c6c61d494af2, `gitchecker.GitChecker._check_has_new` asserted that the (user-supplied) regular expression contained exactly one match...

bug

On Debian-like systems, /bin/sh is dash, which does not support the bash-specific array syntax used in the wrapper script. Don't assume that sh is bash: explicitly invoke bash. Fixes https://github.com/owtaylor/toolbox-vscode/issues/29

Previously, if a filename referred to in the configuration does not exist, that would only be discovered when the hook which uses that key runs, which may be minutes or...

### Bug/Feature description I bought an [audiobook collection from Libro.fm](https://libro.fm/audiobooks/9780062191274-the-ramona-quimby-audio-collection) which is available as (among other formats) a 19-hour m4b file with 67 chapters. Each chapter has a title like...

``` ====================================================================== FAIL: test_check (tests.test_pypichecker.TestPyPIChecker.test_check) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.11/unittest/async_case.py", line 90, in _callTestMethod if self._callMaybeAsync(method) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/unittest/async_case.py", line 112, in _callMaybeAsync return...

I've just encountered a project that responds 403 Forbidden to requests with FEDC's User-Agent. Once I realised this was what was happening, I experimented with a few different user-agents for...

enhancement

On [the Fediverse](https://better.boston/@vathpela/110546090507142110), vathpela writes: > It is amazing to me how much I see the Jurassic Park "this is unix, I know this" meme (often with the screen image...

Since https://github.com/godotengine/godot/pull/108704, the sentence about Flatpak is fully obsolete: 1. All standard Flatpak runtimes contain libdbus; 2. With the addition of support for the XDG Inhibit portal, Godot is able...

enhancement
area:manual

The docstring for last_known_joypad_device claims that its value is "" if no joypad is detected, but previously its value in this case was "generic", because it is defined to be...