Results 95 comments of Alexander van Saase

I opened https://github.com/jvdwrf/axum-tonic/pull/9 to update all the dependencies. Let me know if this works for you.

Hi, I just found this issue looking for a solution to plot some data that I'm logging out using defmt. Looking at the JSON schema output by `defmt-decoder` it seems...

> What would you want it to look like if defmt-decoder could give you 'raw' values? In the simplest form it could output the log message with placeholders for the...

What is the correct format? I tried both with and without the `-----BEGIN RSA PRIVATE KEY-----` and `-----END RSA PRIVATE KEY-----` lines but with no success,

I just tried it again with those line removed and then the output becomes: ``` Failed to create token for "fusion-imu" (attempt 2): Invalid keyData Failed to create token for...

I needed a quick fix so I switched to another action to generate a token. I haven't tried converting the private key yet but I'll give it a try this...

I just ran into a panic while using this branch when `drop` is called on an open volume. I'm using the embassy executor. When `drop` is called I get this...

Okay, so what happens is that the async `DelayNs` implementation of `embassy_time::Delay` awaits a timer which causes a panic when run in `embassy_futures::block_on` if `generic-queue-x` is not enabled. It would...

> That's an interesting idea, but I suspect it would be cumbersome for users, but perhaps more importantly, cumbersome to maintain. It's difficult to say whether it would be worthwhile...

I can't reproduce the clippy errors locally. Instead of the errors in CI I get the new [mismatched lifetime syntaxes lint](https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/#mismatched-lifetime-syntaxes-lint): ``` error: hiding a lifetime that's elided elsewhere is...