desbma

Results 93 comments of desbma

Using `.taskrc` from the test repository: ![Selection_2021-02-12_21-13-05](https://user-images.githubusercontent.com/1145175/107817992-2ee18700-6d77-11eb-9338-9875079b2879.png)

The colors are now similar to taskwarrior for *almost* every task in my list. :+1: The only difference I see is a task (`PENDING PRIORITY READY UDA UNBLOCKED` with priority...

Unfortunately, your last commit broke a few colors, some tasks (overdue or soon due with tag and project) are not colored anymore.

It was working on b0faf77, yes.

> I really need to get tests up and running for all this. The best thing to do would be to add in the test repo a task in every...

Thanks for your work and patience. :+1: Still some color differences : * two tasks with `DUE DUETODAY MONTH OVERDUE PENDING QUARTER READY TAGGED TODAY UNBLOCKED WEEK YEAR` appear pink...

Some crates require native C toolchain tools to compile, for Ubuntu installing `build-essential` should fix it.

Is your Rust toolchain up to date? How did you install it? You can try commenting out the `lto = true` line in `Cargo.toml`, but that should not be needed....

What's weird is that the error only occurs in release mode. You can try overriding [each option that is specific to the release profile](https://doc.rust-lang.org/cargo/reference/profiles.html#release), until you find the one that...