Results 15 comments of Miko Nieminen

I think the right thing to do here is to change the makefile target to `test` and run non-service tests. Service tests relies on external services when sending emails and...

It's from this commit: https://github.com/oxidizing/letters/commit/9f5fa34c7251e00372b3f5680911ddaaec63cf78 Basically they changed CA for their certificate and the old CA chain file didn't work anymore and since this test is about providing own CA...

This package is small enough that we could get rid of the `let*` syntax. On the other hand, it improves readability of the code so it would be nice if...

@IgnisDa I have my separate branch that replaces use of `async-timer` with `sleep` from `tokio` or `async-std`, but the approach is not desirable. I also have some preliminary work on...

I was struggling with this issue too and thought it might be worth of sharing my approach. While it's far from a perfect solution, it allowed me to move forward...