NHOrus
NHOrus
@dkhex and @rts236 mostly succeeded in fixing the problems in #1421 But you still need to run from source and you need correct source...
Can you stop opening dozen issues for your fork?
Pixiv set to japanese
It creates webm from ugoira, you need to enable "createUgoira" and deleteUgoira" for it to work, I think
Real life happens. Attacking the developer won't fix the problem and is most likely make them drop package forever. Stop, you two.
That's Pixiv/Cloudfare throttling
Gentoo bug: https://bugs.gentoo.org/920522 I am not confident in that patch because with it version 1.2 fails stat.sh test: ``` bash stat.sh stat.sh: line 19: unpack: warning: the associative array passwd...
``` /var/tmp/portage/app-shells/ctypes-sh-1.2_p20250222/work/ctypes.sh-62ec33a6688a29eefdc141f21784193677ba76dc/test # PATH=$PATH:./.. LD_LIBRARY_PATH=../src/.libs strace -esetitimer -f bash alarm.sh setitimer(ITIMER_REAL, {it_interval={tv_sec=1, tv_usec=1}, it_value={tv_sec=0, tv_usec=0}}, NULL) = 0 ```
On that note: ``` PATH=$PATH:./.. LD_LIBRARY_PATH=../src/.libs strace -estat -f bash stat.sh strace: Process 21596 attached [pid 21596] +++ exited with 0 +++ --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=21596, si_uid=0, si_status=0, si_utime=0,...
Okay, I'm confident in that patch now that I got same failure without the patch and with `-Wno-incompatible-pointer-types` It's some kind of weird magical incompatibility between my system and ctypes.sh....