mjog
mjog
I'm a big fan of Quod Libet's album browser UI: A vertical list of albums on the left, tracks for the currently selected album on the right. Given displays are...
Hi there, [Geary](https://gitlab.gnome.org/GNOME/geary) is using ytnef for TNEF support and its CI tests have started failing using ytnef master over the last few days with the following: > 4853 ERROR:...
I am in the process of converting a Thymeleaf 2.1 installation to 3.0 that has a substantial number of existing templates as XML files that contain HTML5 markup. XML is...
Currently if an admin view overrides `get_object_actions()` and returns an action not contained in the `objectactions` view's attr, then invoking the action from the admin interface results in a 404....
**Bug Report** [The docs for `GenericAlias`](https://docs.python.org/3/library/stdtypes.html#types-genericalias) explicitly state these objects are callable, giving the following example: ``` >>> t = list[str] >>> t([1, 2, 3]) [1, 2, 3] ``` However...
### First check * [ x] I added a very descriptive title to this issue. * [ x] I used the GitHub search to find a similar issue and didn't...
[utm_no](https://github.com/stuartlangridge/utm_no) is a great tool, but only works on links in the clipboard. It would be cool if Junction supported this for opening links.
More recent versions of SQLite make it difficult to install custom FTS3/4 tokenisers - 3.11 disables the two-argument form of `fts3_tokenizer()` needed to install the tokeniser unless built with a...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Setting the `serialize_as_any` parameter for the `BaseModel.model_dump[_xxx]()` methods to `True` causes an error to be thrown...
The current support for [publishing beta releases](https://blogs.gnome.org/alexl/2019/02/19/changes-in-flathub-land/) means that betas are not parallel-installable, which is a problem for applications that must migrate data structures when upgrading to a new version....