Brady Trainor

Results 127 comments of Brady Trainor
trafficstars

Excellent! I can reproduce here now, I will see if I can help make the reproduce smaller.

Oh great, you narrowed it down. Ah, there's a bug at Taskwarrior that creates that bad depends data. There's a fix committed, but they haven't created a release yet. That...

I am using unreleased Taskwarrior. Before the commit was added, I was staying at 2.5.3. I have some GitHub projects that I'm holding at 2.5.3 until fix is released. Unfortunately,...

@kdheepak this isn't strings versus arrays, like `"a,b"` vs `["a","b"]`, this is data garbled by stable Taskserver, and not caught and handled by stable Taskwarrior, data like `"[\"a\",\"b\"]"`. The `...

I think I meant to ask you if the error could highlight which particular task was the first to throw an error, but I have some vague memory that you...

I'm on 0.19.1 by the way.

> If we converted all instances of data that was of the format `"[\"a\",\"b\"]"` to something that is of the format `["a","b"]`, the problem would go away. Is my understanding...

Okay, I've setup an environment where I can better test released taskwarrior-tui versions and task 2.6.X, though I am still using task 2.5.3 for personal lists as I would like...

I thought of another scenario. If we have `task config uda.taskwarrior-tui.background_process task sync` set, and on a second client, a task is deleted and sync called, then in taskwarrior-tui, it...

> Can you expand on why that is confusing? Isn’t that behavior what I explained above? I wasn't sure how to interpret everything, so I suppose I created a concrete...