Tyler Meuse
Tyler Meuse
I was able to grab a Kernel Panic: ``` panic(cpu 0 caller 0xffffff800ce9092c): Sleep transition timed out after 180 seconds while entering darkwake on way to sleep. Suspected bundle: com.apple.driver.usb.AppleUSBXHCI....
Hi there, thank you for the awesome project! That was a mistake in typing on GH, my bad. There is indeed a closing quotation mark, and no quotation mark in...
No worries! No special characters in any of the redacted hashes. I just reran the onboarding wizard, and chose local auth, and the same issue persists. I see that the...
I've tried a standard docker compose as well, but the same thing happens. I don't know what it could be, but it must have something to do with Unraid. Thank...
This problem is also present in the Firefox extension on macOS, whereas Edge works just fine. Does this warrant a separate issue?
Following, as I am experiencing the same error. Please let me know if you need any testing done.
Hi @comwes , sorry for the late reply. This appears to be functional for me with no error. Via `pip install git+https://github.com/comwes/mkpdfs-mkdocs-plugin` on GH Actions, Ubuntu 20.04. Thank you for...
Hi, thanks for your response. Sorry, I didn't realize #18 was implemented in that manner already. I tried `SKIP_PDF=1 mkdocs serve` verbatim, but still received the cairo errors. I also...
@comwes Take your time, appreciate your help. I hope everything works out well for you. Stay safe.
@Delta-Entropy try this: `pkg install py39-pip` `pip install glances bottle --user` `edit /usr/local/etc/rc.syshook.d/start/96-glances` ``` #!/bin/sh /root/.local/bin/glances -w -B -p 61208 --disable-plugin sensors ``` Exit: ESC, A, A `chmod +x /usr/local/etc/rc.syshook.d/start/96-glances`...