Luca Palmieri
Luca Palmieri
> I'd just have a method that takes `rustls::ClientConfig` and one that takes... I dunno, probably a [`native_tls::TlsConnector`](https://docs.rs/native-tls/latest/native_tls/struct.TlsConnector.html). I've started to sketch the design in https://github.com/launchbadge/sqlx/pull/4051. There are some open...
I have a feeling this might be an issue, but I have to go and review the relevant code paths. I'll try to carve some time tomorrow. Thanks for the...
There's a few failing jobs: - All the MSRV ones fail because `tracing-actix-web`'s examples needs Rust 1.80 because of `LazyLock` - Public API diff fails because there's no `tracing-actix-web` in...
Still happy to see it upstreamed, although I don't have time to work on it myself.
I'll review it this week.
Thanks!
I have published a new version of `cargo-chef` (0.1.72) to solve the issue. I tried #311, but the root cause seems to be subtler: the duplication check won't work on...
The root cause is the one described in https://github.com/LukeMathWalker/cargo-chef/issues/310#issuecomment-3021889498. We need a way to annotate which chef and Rust version were used in each tag, and trigger a rebuild+repush based...
It's definitely a good idea! I don't have the bandwidth to review things at the moment, but I think the approach is sound.
It really depends on what information is travelling in those messages, which is highly application-specific. In our newsletter, we could downgrade them to be non-secure and we wouldn't really diminish...