Alex

Results 121 comments of Alex

Thanks, that's interesting. Not sure why this happens...

Thanks, indeed: https://github.com/ronaldoussoren/py2app/issues/496

fyi: I manually removed the deprecated dependency locally (waiting for an upstream fix though) and it seems the installations works fine and the library seems to work with Python 3.12...

There is no API 0.0.15, is there?

This would result in `TypeError: Database.get_tasks() got an unexpected keyword argument 'exact'` as the API was implemented a bit different now. Can you update the pull request?

``` Compare with: things-cli today which lists only tasks ``` I'd say by default both methods return projects as well: ```shell % things-cli today|grep "Project in Today" - Project in...

> to mimic the Things app. I think I see the confusion. In Things `P` shows up as a heading in Anytime and `things-cli` (probably our lib as well?) returns...

Done! Please test @bkleinen @lmgibson @CaAlden @NickChristensen @hlipnick @fabge @subokita

> Am I doing something wrong? The dependency (`things.py`) was not updated automatically. This might be fixed in `things-cli` v0.2.1

Interestingly, this seems to be more complicated than I thought. I worked on #51 by registering a callback to `nsstatusitem` as I wanted to update the menu on show, however,...