Tobias Bora
Tobias Bora
Thank you for your update. Now I have a segfault if I give a wrong serial port. Maybe a clearer explanation would be interesting... And I have one more question...
The solution here might apply https://github.com/raphink/moderntimeline/issues/28
Result: 
I found the issue: the line `above=\tl@textstartabove,` should be `above=\tl@textstartabove pt,` (see the `pt`) as `\tl@textstartabove` has no unit due to how `\pgfmathsetmacro` works. I'll create a PR.
Here we go https://github.com/raphink/moderntimeline/pull/29
I would also love to see services in nix-on-droid. My use case would be to create a cron entry to start a script on a regular basis (it would be...
Yeah, I saw that, thanks for the link. But I guess this would not start nix-on-droid automatically at startup, right? We should maybe add some options to automatically start nix-on-droid...
I can confirm the bug, running: nix run nixpkgs.screen -c screen -S phone Also gives me the above error.
Hello, I confirm this bug with the jwchat.org webservers. Any news?
First, thank you for the answer and sorry for the time I spent to answer myself. So what I'd like to achieve is the following: connected users wouldn't need to...