Clayton Rabenda
Clayton Rabenda
We could use a real logging library, it would be nice to be able to have log levels and be able to pipe log message easily.
Simple comment cleanup
Melisa flagged wallet as confusing since it has an inbox. We discussed around the offcie the possibliity of enhancing email module so it not only shows transaction with msg.module="email" but...
I just learned that we used to have notification for email and it was also suggested that having notifications for forum might be useful. Is this something we want to...
Clippy is complaining about closures in match conditions. https://rust-lang.github.io/rust-clippy/master/index.html#/blocks_in_conditions I think the claim that this style "makes it hard to read" is subjective. I personally find these to be easily...
A few README fixes
### Summary Adding this section to Cargo.toml produces no errors or warnings: ```bash [lints.clippy] asdf = "deny" ``` I'm trying to do this: ```bash [lints.clippy] blocks_in_conditions = "allow" ``` I...