Stuart Langridge
Stuart Langridge
**Describe the bug** `assertEquals` (from `std/testing`) shows a nice diff when comparing two multiline strings. However, if an optional `msg` is passed to `assertEquals` then it shows the message but...
"Sage Advice" clarifications to rules seem to be shown with a header that looks like it needs formatting: see for example Uncanny Dodge https://beta.open5e.com/classes/rogue which shows:  which looks like...
In _getFile at https://github.com/remotestorage/remotestorage.js/blob/5b580e8e959a34e7ed2ab89e417929ebb3d04c90/src/googledrive.ts#L476 and https://github.com/remotestorage/remotestorage.js/blob/5b580e8e959a34e7ed2ab89e417929ebb3d04c90/src/googledrive.ts#L477 the Google Drive backend retrieves a file ID but doesn't check that that file ID exists before using it in a request, leading to...
> ***ATTENTION**: GSConnect only supports the latest, stable version of GNOME. We are no longer accepting bug reports for previous versions.* **Describe the bug** Play audio on a gsconnect-connected Android...
As per #73 (the same bug for manifest.js), https://react-hn.appspot.com/build/sw-toolbox.map.json seems to be HTML.
I've just started using Liferea and I've imported an OPML file that I've been moving from reader to reader for about fifteen years now, and some of the feeds in...
I'd like to define a terminal that matches words _except_ specific words. This is why: trying this code ```python import parglare grammar = r""" Sentence: The? object_name=Identifier "is" A Identifier...
* parglare version: master * Python version: 3.8.2 * Operating System: Ubuntu 20.04 I have a document which contains a heading, which is a quoted string, and then a series...
If I block a Twitter user who has @mentioned me from another client (say, the Twitter website), that user's tweets are not removed from my Tweet Lanes @mentions timeline, even...
When using `this.children` inside a Tonic component, I thought it would refer to the original elements that were inside the component HTML when it was first created. This is true...