coddingtonbear / taskwarrior-pomodoro

Simple OSX tray application allowing you to use Pomodoro techniques with Taskwarrior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Active task is blank

kmarekspartz opened this issue · comments

It says Active: but does not show which task is active.

I hope to debug this one too.

This one seems to be due to the json exported for the active task being an array with a object inside it instead of an object on it's own.

Ahh -- this, too, I noticed when trying to run Taskwarrior Pomodoro at work; it should be fixed in the latest version, and was rooted in my not having set a specific configuration option at runtime (specifically json.array; fixed in some changes I pulled in from @Yoi-Nami-Ra's repository).