Chun Ly

Results 10 comments of Chun Ly

> elapsed time so far Elapsed time would be very nice, particularly when the progress bar hits 100%, it should at least show that instead of time remaining, which is...

> Have a look at `TimeRemainingColumn`. You can set `elapsed_when_finished=True` which displays the elapsed time when it reaches 100%. > > The `TimeElapsedColumn` will display just the elapsed time. Thanks!...

I'm also having the same issues as I've gone back to multiple records to not find tags even though previous records all include some sort of tags. Here's my current...

Follow-up. I found a work around. When this happens, I re-edit the description and select the entry again and it seems to then catch the tags.

👍 I was looking for one as well. Thank you.

Any update on this? I'm using it in a GitHub Actions and this came up in astrochun/github-stats-pages#52.

I have not used Todoist CLI, but agreed that subtask is something I use often through the Web UI.

I'm getting the same issue with python 3.10: ``` RuntimeError: Type not yet supported: str | None ```

> here is an example which works for me > > ```python > from pydrive2.auth import GoogleAuth > from pydrive2.drive import GoogleDrive > from oauth2client.service_account import ServiceAccountCredentials > > scope...

Nevermind, this was human error. The above code works well!