carterian8

Results 4 comments of carterian8

Hey @sr-gi, I have a fix which turns `store_triggered_appointment` into an `async` function like you suggested but I am running into a design issue that I'd like your input on....

Hey @sr-gi, happy to help! First regarding `std::sync::Condvar`, I'm basing my conclusions off of tests I've written within the watcher.rs test module and [this](https://github.com/tokio-rs/tokio/issues/3892) open `tokio` issue. What I've found...

@sr-gi Yeah I agree this fix is a bit meaty for the problem it addresses. Regarding lifetimes and Rust, I'm not sure you'll find a clean solution combining `async` and...

Had some thoughts on testing here but want to make sure I'm interpreting this problem correctly. Is the goal to verify the infallibility of the signing function itself (`cryptography::sign`) or,...