-
`cargo clippy` will show a few errors about redundant guards in `taskchampion/src/server/sync/mod.rs`. Fix those up!
-
As of version 3.0, Taskwarrior apparently removes deleted tasks "automatically after they expire". This feature is not documented anywhere, and the user is only made aware of it if they try to run the…
-
Let's keep it around, in case people are still using it, but be clear that it's not going to see further development.
* On tw.org
* Releases & projects
* Docs
* [Repo](https://github.com/got…
-
As a user who used to use taskd, I want to have a self-hostable sync backend again. It seems to me like `taskchampion/sync-server` is that backend.
To me, it is not clear how I am supposed to go ab…
-
Considering most software is moving to nix/nix-like configuration expressions and many features nix has compared to TOML. I suggest moving the default configuration format of `taskchampion` to `cornla…
-
* What command(s) did you run?
`task status:deleted purge`
* What did you expect to happen?
In v2.x, it works. In v3, it prints out
```As of version 3.0, this command has no effect.
Deleted tas…
-
Based on https://github.com/djmitche/taskchampion/issues/159, shall we narrow-down the scope to a single machine-readable export that can be passed to an arbitrary tool?
As an example:
- `ta exp…
-
* What command(s) did you run?
```
$ task add due:35 Bad task
Created task 10.
$ task
'35' is not a valid date in the '' format.
```
* What did you expect to happen?
Better syntax chec…
-
#### To report a bug...
My configuration no longer works with the line:
`report.next.filter=+READY or (+PENDING and scheduled.before:eod and not +BLOCKED)`
I believe this is synonymous with:
`…
-
https://djmitche.github.io/taskchampion/task-sync.html doesn't really say how to set up synchronization for a replica. It mentions `server_origin`, but not how to get that value. Let's improve that,…