crashbandicode

Results 3 issues of crashbandicode

**Describe the bug** When starting with a fresh installation of richdocuments, it appears that the service isn't running causing creating new documents to fail **To Reproduce** 1. Start with a...

Hello. I'm on server 1.9.2 on macos Sonoma (14.2.1) using the Android app version (1.12.7) on a degoogled android (grapheneos). I've also attached a log for the app and server...

I am running python 3.12.4 on Ubnutu 24.04 To reproduce: then open the python console and do: ``` import plumbum mycmd = plumbum.local["timeout"]['-s']['SIGKILL']['1s']['sleep']['infinity'] mycmd(timeout=1) ``` the above hangs forever. Interestingly...