Results 14 comments of KVZN

@gthb Doesn't work with struct, any idea? ```rust #[derive(Serialize)] struct Foo { #[serde(serialize_with = "transparent")] Bar { baz: i8 } } fn transparent(field: &T, serializer: S) -> Result where T:...

Hi mates, any improvement about `async-std` supporting?

Thank you, but to generate an entitlements tile, must I have an available apple developer account, event I'm working on a tweak app for the jailbroken devices?

> Facing same problem. Trying to compile xcframework on Macbook Pro M1, % python --version Python 3.10.9 , cmake 3.25.2, xcode 14.2, MacOS 12.6.3 (Monterey). Tested on branch 4.x. >...

@fafhrd91 When can this be merged pls?

Got the same issue, thank you for your fixing, hope the PR be merged asap.

@extrawurst @alexcrichton would you pls take a look at my implementation? It looks like working, but I haven't tested the performance, and I don't know how to handle the commits...

@alexcrichton BTW, could you point out how I can fix the issue in `CI / Test (windows)`? Tried but have no idea.