Kenneth Henderick

Results 46 comments of Kenneth Henderick

Thanks for your contribution! I just tested your code, but it looks like the x coordinate is off with 1 to the left. So if you specify `display.draw_text(1, 0, "test")`...

Thanks! Can you resolve the conflict?

This should be possible by merging khenderick:master back to mmeidlinger:single_run

Hi there, I'm sorry to be quite unresponsive at this moment. My fulltime job (my main github activity) and personal life (kids and stuff) take up quite some time and...

I see what you mean. The `single-run` approach makes sense, however, since the `time` parameter already can have "special" values like `trigger`, it might be a tad cleaner to e.g....

This, and the other PR kinda show the need for a global configuration section. E.g. `[_settings_]` or something similar. It could contain `replicate_all`, `use_sudo` and others.

Might be a good idea to make sudo optional :thinking:

That is a good idea, however, I'm not sure how the cleaning should behave with snapshots being taken e.g. every 3 hours. Currently, it assumes one snapshot per day, keeping...

I also want to inform about progress on this one. Having two application roots with their own separate routing makes a lot of sense in real-life apps (e.g. login, registration,...

Thanks, I'll give it a go. A few quick questions: * Given a cron of `0 21 * * *`. Assume the server is offline at `21:00` but comes back...