Jason Lewis
Jason Lewis
ps, you can work around this by doing something like ``` 5 * * * * root for i in /etc/cron.d/*; do if ! /usr/local/bin/chkcrontab -q $i ; then /usr/local/bin/chkcrontab...
@carterw thanks, the board has a silkscreen on it saying SDA=21 and SCL=22, which is what I tested with, and got the result in the photo above. So I'm pretty...
@loboris thank you! that works!
i was already using OpenJDK 11 but still the UI was too small to read. I modified the atlauncher script to include `-Dsun.java2d.uiScale=2.0` so, the line reads: ``` exec java...
I tried to generate a debug log but it comes out as 0 bytes in size. Any idea how to get a debug log?
Maybe something along the lines of: To convert a `L` application to `L`, it may simply be a matter of changing `use Dancer;` to `use Dancer2;`. The `+L` document covers...
good solution, thanks
I found rclone worked better for this purpose
you can specify a path to an alternate skeleton with the -s option, but it like other ideas
While on this topic, it would also be nice to have a --tag-style option to change the tags that the template is generated with. Admittedly while this would only be...