Leonid Belyaev
Leonid Belyaev
Perhaps parsing the agenda view, instead of the agenda files, is a good approach. This would also properly support using functions as scheduled times. For instance, I use `DEADLINE: `.
Seconding, this would be extremely useful. Would it be as simple as implementing and registering a `MediaButtonReceiver` for Termux API?
Hi, I can report that I am facing the same issue in a pretty minimal context. The command I am running is just: `/home/leonidbelyaev/s5cmd-install/s5cmd --endpoint-url=https://my.s3.host cp my_dir/ s3://my/s3/prefix` Version is:...
I decided to re-raise network exceptions with `SystemError` instead. The change is reflected in the README. I wrote the tests, but need a way to simulate a no-network environment in...