Eliza Weisman
Eliza Weisman
I don't think what you're describing here makes sense. How does just switching the `NonBlocking` writer to use Tokio's MPSC channel make it both non-blocking and non-lossy? The Tokio MPSC...
> The use case this is targeting is less about interfacing with the tracing APIs, which can't be async. It's more about cases where somebody is using `tracing_appender` as a...
The [Clippy failures](https://github.com/kube-rs/kube/actions/runs/6383547272/job/17324379291?pr=1301) on CI look unrelated, but it looks like there's [a linker failure with `--all-features` when both OpenSSL and BoringSSL are on the link path](https://github.com/kube-rs/kube/actions/runs/6383547275/job/17324381376?pr=1301#step:8:111), which I didn't...
@clux thanks for the quick feedback! > * The extension of the ssl feature selection makes sense. It probably needs to be extended/duplicated into the `oidc` and the `oauth` client...
I wonder if https://github.com/sfackler/rust-openssl/issues/1944 is related?
~~Oh, actually, I bet the problem is fixed just by changing the `oidc` and `oauth` modules to also use BoringSSL. That way, the binary should never contain any functions that...
@phil-opp The branch updating my OS to use `bootloader` v0.11.2 is here: https://github.com/hawkw/mycelium/pull/406 Unfortunately, it's definitely not a minimal reproduction of the crash. I did try running the tests in...
Would it, perhaps, be possible to get #4287 into this release as well? We'd like to be able to use these socket options on illumos. I tagged that PR as...
Lovely, thank you so much @tgross35! Really appreciate your help on getting this in!
This is a good point --- we should definitely add a `RefUnwindSafe` bound. Unfortunately, it's a breaking change, since it will break existing subscriber implementations that are not `RefUnwindSafe`. Therefore,...