Dheepak Krishnamurthy

Results 478 comments of Dheepak Krishnamurthy

You can now use this release: https://github.com/kdheepak/taskwarrior-tui/releases/tag/v0.10.0

Oh dear. I really need to get tests up and running for all this. Thanks for letting me know, I'll look into it.

Was it working fine before the most recent PR?

Yeah, I've started putting together tests. But it is good to know that it worked before the most recent PR. I might be able to reproduce it faster.

I put together a shorter list of tests: ``` uda.priority.values=U,H,M,L urgency.uda.priority.U.coefficient=15.0 color.uda.priority.U=red color.uda.priority.L=blue color.uda.priority.M=yellow color.uda.priority.H=green color.project.wth=green on black color.tagged=red on blue ``` I named a project `wth` and tagged other...

I think the reason `OVERDUE DUETODAY` tasks are being displayed incorrectly is that in taskwarrior the logic is not implemented the way I expect it to be implemented. I've opened...

> one pending task (PENDING PRIORITY READY UDA UNBLOCKED) appears blue in taskwarrior-tui, grey in taskwarrior. I have no idea why though. It may be a taskwarrior bug. I'm not...

Hmm interesting. I think I see why that would be useful but it might be out of the scope of the tui (unless an implementation is easy). I’ll look into...

We should also probably create a separate template for support questions. GitHub now allows multiple templates for issues.

Note for future reference: See issue #29 and PR #30 to identify many functions that are not currently tested.