Eva

Results 179 comments of Eva

Hi, indeed it can't be escaped currently. Just match any character with `.` e.g. `^%[SponsorBlock%]: Intermission.Intro Animation`

Addressed in my fork. 8acaf65f7baa80ff2412a3bcb0a8eca8d1bd4b60, 2afbce1fde5e4ce7447ad40091fd36e7b096a70c

I don't understand how you could be getting the error message `Requested path /tag/cheese\n was not found.`, when you should be getting `Tag 'cheese\n' not found.` (which is what I...

As I explained it's because we're using re.match instead of re.fullmatch. In many regex flavors including PCRE and Python, a trailing \n is considered part of the line. But $...

There's another instance of this, I submitted a PR to your branch: https://github.com/Anbosuki/szurubooru/pull/1

mpv does not support vtt styles. There are a lot of edge cases to deal with to allow parsers of all browsers and players to understand the files, and styling...

I see, it's because of the shell script used to retrieve the IPC file descriptor. If you know of a way we can write to the socket from `input-ipc-server` without...

The post listing change leads to cache collisions, I submitted a PR with a fix explaining the issue. https://github.com/Hunternif/szurubooru/pull/2