Be

Results 758 comments of Be

0. Clear all cookies for my.domain 1. Go to nextcloud.my.domain, get redirected to kanidm.my.domain/ui/oauth2. Inspector shows a cookie named `o2-authreq` (expiry is set to Session) 2. Login, get redirected to...

No, this was not fixed in 1.4.6. I initially noticed it after upgrading to 1.4.6, but I [tried downgrading](https://github.com/kanidm/kanidm/issues/3375#issuecomment-2611330526) and realized this bug has been there for a bit, but...

tokio-rustls 0.24 has been dragging in an old rustls 0.21.12 *in addition* to the rustls 0.23 used by the rest of the dependency tree :see_no_evil:

> I think this is the issue: https://github.com/rustls/rustls/issues/1938#issuecomment-2239196348 I think so. livekit-api's rustls-tls-native-roots feature activates reqwest's rustls-tls-native-roots feature, which activates reqwest's __rustls_ring feature, which activates the ring feature of rustls....

@ladvoc any thoughts how to resolve this?

I have an idea that might resolve this: rework #755 to make passing in the TLS connector a required part of Livekit's API and remove all the Cargo feature flags...

> It might also be good to move the example import renames to another PR to keep this one cleaner so we can see precisely only that which is affected...

I've avoided running `cargo fmt` for now to minimize the diff because it's rather big already. If you'd like that to be run now, just let me know, or I...

I had to use the `#[only_sync]` macro in a few places. Those are the `impl Drop` for File and Volume; unfortunately, there is no such thing (yet) in Rust as...

> Can you rebase? https://github.com/rust-embedded-community/embedded-sdmmc-rs/pull/177 might make this smaller. Okay, rebased. > Is it possible to give the async version a blocking drop? Better than doing nothing. Unfortunately not. That...