Benjamin Klum

Results 365 comments of Benjamin Klum

> OK, so I got something working to send the feedback of an encoder via text by adding the below MIDI Script to a new mapping. > > @helgoboss, wondering...

Cool! I'm glad they are listening to the users.

Wouldn't be difficult to implement I guess.

@CJBuchel No, but I hope that the new Rustls release 0.23.5 provides a workaround, see [changelog bullet point about SNI](https://github.com/rustls/rustls/releases/tag/v%2F0.23.5). Of course, this is only a workaround for those who...

Cargo makes it very easy to patch or replace dependencies, see [here](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section). I'll try this today or tomorrow and report back whether it fixes the issue for me.

Just to let you know, I couldn't apply this workaround because I'm forced to use the 0.21.x line of rustls (the workaround is on the 0.23.x line and that has...

It's complicated ;) I use both tonic (gRPC server) and axum-server (HTTP server) in one application. tonic [still uses Axum 0.6](https://github.com/hyperium/tonic/issues/1579), so I'm stuck with Axum 0.6 for the time...

@cpu Wow, thank you so much! I didn't expect this at all, what a nice surprise. I'm going to try this ASAP. ❤️

@cpu I can confirm it works now. Amazing support from the Rust community in the Dart issue tracker :) Thanks. `cargo update -p rustls` did the job. It didn't even...

I guess it was the same in previous versions? I guess your global font/UI scaling in Ubuntu is different from the default. Support for different UI scalings is not supported...