Magnus Ihse Bursie
Magnus Ihse Bursie
**Describe the bug** I tried to copy the example in the docs, and added: ``` value_override: '"Changed: {last_changed|reltime()}"' ``` to my card. However, this does not result in relative times,...
Solves https://github.com/Wynntils/Wynntils/issues/2878.
In https://github.com/Wynntils/Wynntils/pull/2877 we had to disable the functionality for displaying the name of crafted items in the item encoding protocol. However, we could still add the name as a normal...
As highlighted in https://github.com/Wynntils/Wynntils/issues/2769, the generated changelog looks weird when the PR title has a `[skip ci]` tag. It looks like this: `Some real change skip ci] ([#1234)` instead of...
At line 110 in `nordpool/aio_price.py`, a call is made to `tz.gettz`. This in turn calls `open` to read from a suitable file under`/usr/share/zoneinfo`. This call to `open` is potentially blocking,...
As a prerequisite for Hermetic Java, we need a statically linked `java` launcher. It should behave like the normal, dynamically linked `java` launcher, except that all JDK native libraries should...
This is my first attempt at migrating the MarkerProvider framework to be based 100% on MapData.
This started out by my getting annoyed by the fact that "Json" did not mean json but just a generic trivial class implementation of our interfaces. After renaming them to...
I'm not sure how much work we need to do here for the initial implementation. It might be that it is enough to just support local providers. Doing this properly...
### The problem This is kind of a duplicate of #847, but that bug report seems to conflate many different problems. This is a single, clear problem, that occurs as...