ajpanton

Results 22 comments of ajpanton

I would also add that before deleting that one point, I can't highlight a line (now called "route") by hovering over it. But after deleting that one point, the opposite...

Yes, I rerun the thumbnail generation in admin/jobs and it's all good now.

I'm also having this issue with the latest 2024.6.1 version. Well, except I'm working with RGB instead of HS. I'm not very familiar with how these get fixed, but I...

I'm having these as well, but on closer inspection it turns out it's because of inaccurate and just plain wrong locations. I'm spending time somewhere with no clear GPS signal....

I wrote something like this for my own website in a completely different context. You basically have to find a non-overlapping fit for each word entered. You'd need a for...

My code in Python looks like this: ``` import re def findWords(haystack, needles, illegalRanges): if not needles: return illegalRanges # Success matchRanges = [m.span() for m in re.finditer(re.escape(needles[0]), haystack)] for...

Tested again: Log level set to debug. Phone set to airplane mode to make absolutely sure the app doesn't connect. Apparently I had set up ListenBrainz, so I removed all...

Alpine Linux as VM in Proxmox.

Here's the beginning, already containing some of the 5-second error loop, but I cut it after the listenbrainz part ends: Logs when starting the container ``` - 140480545251120 [MAIN] locale...

Tested :59f7bec8 and :3.64.0, both continue to show the same error.