Dustin J. Mitchell
Dustin J. Mitchell
This breaks the "Traits" slide into three smaller sub-slides. It also addresses part of #1511 by explicitly addressing associated types.
We currently only require CMake 3.0. It seems most CI systems have CMake 3.16 or higher. But a bunch of interesting functionality is only available in even later versions, such...
It would be great if the various output from `log::foo!()` in Rust was visible when running `task`, based on some Taskwarrior config. I think `log` has some global configuration that...
Let's make sure that GitHub codespaces can support building Taskwarrior, and then update the getting-started docs to suggest that approach, rather than installing the toolchains locally. This will be a...
At the moment, tests for cloud storage (which is just GCP so far) are skipped in CI, because there are no cloud-storage credentials for those tests to use. The code...
The current sync protocol supports GetChildVersion, which can be used to iterate through versions from parent -> child. And, it supports AddVersion, which adds a new version if its parent...
The idea here is to make Taskwarrior rely on Taskchampion as a dependency, rather than integrating the two into a single codebase. This comes from GothenburgBitFactory/taskwarrior#2887 and a few other...
Similar to the GCP sync implemented in #3185, we should be able to sync replicas to AWS's object storage. The tricky bit here is that, unlike GCS and Azure Blob,...
Similar to the GCP sync implemented in #3185, we should be able to sync replicas to Azure's object storage.
* https://docs.rs/ffizz-header/latest/ffizz_header/ to generate `taskchampion.h` * https://docs.rs/ffizz-string/latest/ffizz_string/ to replace TCString * https://docs.rs/ffizz-passby/latest/ffizz_passby/ to handle data types other than string Also, let's rename the C types from things like TCString, TCTask,...