[BUG] Tasks do not persist between dooit sessions
See original GitHub issueDescribe the bug 🐛 After closing and re-opening the shell dooit is running in, all of my tasks have disappeared.
To Reproduce 🐣 Steps to reproduce the behavior:
- Run
dooit
- Put in some tasks
- Close the shell dooit is running in
- Run
dooit
; old tasks are gone
Expected behavior 🤔 I expect tasks to persist between dooit sessions.
Desktop (please complete the following information): 🤖
- OS: MacOS
- Version: Monterey 12.3.1
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Microsoft To Do tasks not saving
It seems that any tasks created in Microsoft To Do, from any app are not persisted to the server. This has been tested...
Read more >Program does not run properly as Scheduled Task - Server Fault
When I configure the task to say "run whether the user is logged on or not", and the run with highest privileges option...
Read more >Not able to pass data frame between airflow tasks
To store a dataframe in such a datastructure store you can serialize your df with tools like pyarrow. import redis import pyarrow as...
Read more >How to pass an argument to a Windows Scheduled Task with ...
I am sure it is a bug in the Windows Task editor UI... (I am the creator of the .exe ;) - It...
Read more >How to keep processes running after ending ssh session?
Windows can be moved between session and even linked to multiple sessions ... behind and bg for tasks you're already running and don't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I suppose saving the todo on each edit should be fine but haven’t tested that for having a much larger data. I’ll stress test and see if that does not cause too much delay, we can move the saving part to a thread for non-disruptive flow 😃
I am even experiencing this issue while closing
dooit
normally…Topic are saved but todo’s are not.