Eva

Results 179 comments of Eva

Issue 1 is caused by overzealous escaping of #'s https://github.com/po5/szurubooru/commit/d49f179c68e0a1dd3486d2e73e744eb072829059

This is very slow when any entry is unavailable, such as on single-post pools, or edges of pools (first/last post). https://github.com/po5/szurubooru/commit/93308e4e93c0505f2f2cbbb1819dd80bed12e200 Undefined `$pool-navigator-header-background-color-darktheme` in `pool-navigator-control.styl`.

Would incorrectly check the anonymous box when duplicates were found. https://github.com/po5/szurubooru/commit/91b11c5b584444bf7637683773999997de01b442 The same querySelector led to the anonymous checkbox on individual images not actually doing anything. https://github.com/po5/szurubooru/commit/02c230ec9525a9ab2aa153e130f25691a11a642e

Refer to #405. Increasing thread/worker count helps. How exactly to do that depends on how you've set up szurubooru.

I don't expect this to be merged as-is, but I wanted others to be aware of this issue, and allow them to sidestep it for new deployments. But the issue...

The solution I went with in https://github.com/po5/szurubooru/commit/8c56e94c44c983e6aa1d9c57466fe281f08405f7 was to add a new image_key column to users and posts that then gets used in filenames. I still haven't rewritten this in...

Admins can create accounts. Make one, and give the credentials to your invitee. They can then set their own password. If you also don't know how to prevent regular user...

I am the developer of thumbfast. As far as I understand it, jellyfin people reimplemented the thumbfast API, you do not need (and should not install) the thumbfast.lua script yourself...

I didn't merge this PR since it's obvious it'll break on tons of systems. You should not be trying to make up paths, they should come from a source of...

If your mpv is already in PATH, this is pointless. Just launch the subprocess with `mpv`/`ffmpeg`, it will resolve. If you didn't install via Homebrew, and are using an app...