John Nduli Kilyungi
John Nduli Kilyungi
Suggested fix for https://github.com/ad-si/TaskLite/issues/37. Manually tested fix by recompiling the tasklite source and running `tasklite ready` on the changes.
I'm not quite sure if this is a bug or something that needs to be fixed, but I recently piped output of tasklite to a file with `tasklite >> file`...
I'm looking at the source code to better understand some things, and looking and listReady, the query's where clause is (https://github.com/ad-si/TaskLite/blob/e2bb3adbc822cc322d9c4627be289bcefcb58ff2/tasklite-core/source/Lib.hs#L1688): ``` \where (ready_utc is null \ \or (ready_utc is...
While using a floating window, the default of 20 leads to an overflow, where I can't see all the tasks with `tasklite ready` because I have a limit of 18...
I'm looking to use this for reporting errors to slack/email using cronjobs as suggested.\ How I think about this is that I set up flags to check for: - if...