Joern Barthel

Results 48 comments of Joern Barthel

I think it's reasonable. Do you want to submit a PR?

I've released a RC for 1.0.0. Feel free to test and close if this fixes your issue. And thanks for contributing!

Thanks for the bug report. I'll check it out on the weekend.

The use case is essentially delivering large applications / executables to geo-distributed servers using equivalently geo-distributed S3 buckets (to avoid dealing with bandwidth delay product issues). Applications tend to have...

FWIW @clauverjat: for TPM attestation I use `x509_parser` directly and it's pretty simple. It goes like this: 1. Build an iterator over all certificates from root to leaf 2. `.try_fold(None,...

Thank you for sharing @clauverjat! As I said, I gave up and build a poc like [this](https://github.com/yawn/nitro-attest/blob/main/src/lib.rs#L324). Maybe it helps ppl stumbling upon this thread.

Macro: makes sense, I just added it because why not. Essentially it's mostly about demonstrating how to use associated methods for handlers and middleware (with the fn_mut caveat). That could...

FWIW: I seemed to have missed that it _is_ somewhat documented (but somewhat confusingly maybe for new users in the context of accessing State) [for handlers](https://docs.rs/axum/latest/axum/index.html#sharing-state-with-handlers).

> the code misses the point, in my opinion, as it's not commented on the `why` some choice is made. this code is full of `foos` and `bars`, but by...