Murli Tawari

Results 94 comments of Murli Tawari

Hey @jacksongoode, I suppose `option` is same as `alt` key on linux/win? If yes, then it's textual (the TUI framework)'s issue Also, there are some key bindings issues the terminal...

Like... you want a automation script that does the work for you? For e.g. : Let's sat you want to save upcoming hackathons and want to save them automatically to...

hey @gilbh, can you update and re-check if it's working now?

> Is there a new build to re-install and check? Yes! > python __init__.py No you are not supposed to do that...It won't work that way Just run this: ```bash...

This is strange... It means that you have yet another `dooit.exe` running. Guess I'll add a time difference check too :)

Hey @TyBalduf, > it's that the PID you are comparing against is for python.exe Hmm, that seems strange. Since we are comparing both name and the pid, It shouldn't be...

Hey @gilbh , Can you check what's the output of this code: ```python from os import getpid import psutil PID = getpid() for process in psutil.process_iter(): if process.name() in ["dooit",...

Sorry for the late reply, I am currently dealing with my semester final exams :( Thanks a buch for debugging @TyBalduf > I think just counting the number of dooit...

Hey @gilbh , It should work as expected now :)

> I'd be keen to have an overview menu item to look at all tasks at once Yeah I was thinking about it too... > perhaps ordered by due date...