gnarf
gnarf
Oh sorry for the obvious question then, now I feel stupid. But out of curiosity: I've only recently started using the App instead of the standalone application, why is this...
I'd suggest something along the lines of ``` char const newline[] = "\r\n"; // Or whatever the convention is ``` I fully agree with you that CRLF-newlines are horrible and...
Ah haha :D Yeah of course, seems like I need another coffee. And here I was, trying to look at your changes and complaining about the github diff-tool being broken...
The exception is thrown by the httpx library and then escalated by the pyprusalink library. I think this should be handled by pyprusalink, as it already has a `NotFound()` class...
Ok, but I mean really quick&dirty! This is a small python program, it needs a pip-package (installed via `pip install fontawesome`) and the font awesome as ttf (which I've installed...
Bump! Did anyone figure this out? My numbers for datasets are all over the place :( In my setup I have a main dataset `datengrab` which also contains two child...
I see what you mean. Out of curiosity, how do you generate this list of last names? Is it also based on substitution keys or do you have some custom...
I have a similiar issue: 1. Japanese is the default, I select the english audio for the current episode 2. Next episode starts playing in japanese again, even though the...
Well, I've submitted a PR with a fix that works for me but there hasn't been a response from the maintainers. If you want to mess around yourself you can...