Dathan Bennett

Results 20 comments of Dathan Bennett

I’m happy to make a PR for that - I have it written already, actually, just working through some edge case handling - but wanted to get feedback on the...

I have a Python on-modify script that just triggers a notification (so never needs to modify the task it's handed). I have this section to handle `task undo` after `task...

I think this might be resolved already? ```bash $ make [ 15%] Built target task [ 29%] Built target libshared [ 52%] Built target columns [ 92%] Built target commands...

It seemed like a good learning opportunity, so I futzed around with it and just submitted #3144 to add the devcontainer / codespace config. If that looks good, I can...

Walking through the examples with `rc.debug.parser=2`, we end up with `"project:Weekend or +asap"` parsing like this: ``` _original_args task ( status:pending -WAITING limit:page ) next rc.debug.parser=2 project:Weekend or +asap _args...

So the expectation is that modifying the tags and/or project on a context propagates the same modification to all tasks that match the original context's filter?

I don't think this is a bug. Filters are conjunctive, so `task filter1 filter2` only matches tasks that match both `filter1` and `filter2`. That's the expected behavior. `list` isn't a...

I think this is because the `CMakeRust` cmake lib (which Taskwarrior relies on for cmake Cargo integration) doesn't have any support for aarch64, and misidentifies aarch64 as x86_64. I tweaked...

This does seem like it'd be a good addition. Maybe have taskwarrior read the .taskrc file and then look for environment variables named with a particular convention and apply those...

This should be largely doable in an external app via hooks, I think.