orbea
orbea
Good catch, I force pushed.
I've been meaning to find time to work on trying to debug this, but real life took over.
@frozenpandaman Here is another example. https://mangadex.org/title/e765a5c0-52a0-430c-81b7-15f69f1a1839/azumi-2
This has been the default in SDL since 2.0.14 released on Dec 21, 2020. https://github.com/libsdl-org/SDL/blob/c4c034ca4bee77a8a7e73bd5cd553d47bd78be8f/WhatsNew.txt#L307 https://github.com/libsdl-org/SDL/releases/tag/release-2.0.14
@m4xw Was this issue ever resolved?
> Your shell is removing backslashes dude, not the flac program or library. I'm sincerely doubtful its the shell, but it also doesn't appear to have been a problem in...
If you want to know if a variable is empty, then test for it explicitly. ``` #!/bin/sh set -u case "${foo:-}" in '') echo "Empty variable." ;; *) echo "Set...
Ah, thanks for explaining. Do you know what the current delay with that PR is? Could it be potentially backported to a server build or is it client side?
Thanks for the continued attention, I'm not currently playing minetest so I'm not sure when I will be able to test this. Feel free to close this issue when you...
@kstenerud Any thoughts?