Johannes Ernst
Johannes Ernst
I apologize that this is not a very actionable issue, but intended more as a placeholder for others who may come across the same thing. I'm running jnr-fuse with the...
It's great to be able to find a hosting provider from /signup. However, as a user, before I am willing to share my e-mail address with a hosting provider (never...
On the front page of jetpad.net, both links "Github" and "Twitter" do not work for me. This is Firefox on the Mac with Adblock Plus. What about using plain
On jetpad.net, I cannot find an option to delete a document that I created.
Code excerpt: ``` input = vmalloc(len); ... input[len] = '\0'; ``` From https://github.com/milesp20/intel_nuc_led/blob/6a3850eadff554053ca7d95e830a624b28c53670/nuc_led.c#L234 That should be: ``` input = vmalloc(len+1); ... input[len] = '\0'; ```
Currently returns `null`, which produces an exception: ``` An unhandled exception has been thrown: TypeError: Return value of "OCA\FullTextSearch_Elasticsearch\Command\Configure::execute()" must be of the type int, "null" returned. in /ubos/http/sites/s7febb0b4cd348d86f95b47eb8b1292e220460321/next/apps/mail/vendor/symfony/console/Command/Command.php:266 ```...
This would become more powerful in a variety of ways if there weren't "just" some code doing forms, and possibly an API, but a file format for the question side...
The base id in the messages appears to be the same as the root key from which all daily keys and 15-min ids are being generated. If so, its transmission...
`pd-reboot.py` seems, at some point, have been doing this: ``` GPIO.output(31,GPIO.HIGH) ``` but that's now commented out and all the rest is just print statements. Which means the entire `pidesktop-reboot.service`...
... because I can't get it to work, and I notice .dylibs appear to be x86.