Dheepak Krishnamurthy

Results 478 comments of Dheepak Krishnamurthy

Can you share the output of the following? ``` task rc.json.array=on rc.confirmation=off rc.json.depends.array=on rc.report.next.filter=status:pending -WAITING export next ``` Please anonymize the data before sharing. If you are not able to...

@bradyt thanks for digging into this. I made this change: https://github.com/kdheepak/taskwarrior-tui/blob/1ee07540d8bc58d66165f06f06eb3df4cee815c9/src/app.rs#L1615 Shouldn't that resolve this issue? Or am I missing something? @TylerLubeck can you try the latest release of `taskwarrior-tui`?...

> this is data garbled by stable Taskserver Ah, I see. Thanks for clarifying that. For error handling, the parsing happens through serde: https://github.com/kdheepak/task-hookrs/blob/6f04ee63c0d58bb0fe9bd6563457df52b5b5f84d/src/task.rs#L246-L262 And when it fails to parse,...

I made a fix in the `fix-task-2.5.x-taskserver-issue` branch and it appears to work for me now, i.e. with the following `task export` ``` $ task rc.verbose:override=false export next [ {"id":2,"description":"anon...

Actually, I'm not sure this fix works. I was just messing around with the export and I'm able to export data that looks like this: ```json [ { "id": 1,...

Thanks for making the suggestion! Yes, this would be good to do. I'm a little pressed for time at the moment, so I'll post here when I get to this...

That's a great question! The logic for this is implemented here: https://github.com/kdheepak/taskwarrior-tui/blob/8766b0c64dba57b0fa496cfe36e9d09a5533c16f/src/app.rs#L1259-L1277 This function runs on every update: https://github.com/kdheepak/taskwarrior-tui/blob/8766b0c64dba57b0fa496cfe36e9d09a5533c16f/src/app.rs#L1254 which happens at every tick, which is by default every 250ms,...

> Does "selected task" follow a task if taskwarrior-tui finds new urgency values? Does it follow the uuid of a task? For example, with wait:5s. What happens if a feature...

Okay, I added a fix and _I think_ that'll make such that in all cases when a `update(force = true)` is run, the selection will be sticky unless `taskwarrior-tui` deliberately...

I made a new release that has a fix for the task list updating outside `taskwarrior-tui`: https://github.com/kdheepak/taskwarrior-tui/releases/tag/v0.14.6