Results 6 comments of SarguelUnda

A trick that use to work for this case was : ```rust #[serde(alias = "soapenv:Body", rename(serialize = "soapenv:Body"))] pub struct SoapBody { #[serde(rename = "$value")] pub response_type: Response, } ```

I'm not sure but it seems that putting the props definition after the data definition also work for me. Can anyone confirm or explain why ? Sorry I'm not typescript...

Other points that might warrant discussion around this PR. The answer I'm giving are my own as a starter of conversation and any feedback on them is welcome **question:** Why...

Hello, Any advice how to bring this proposition forward ? - Is this component better on the App side than on the library side ? - Does this design conflict...

Hello, from running the command locally it seems to be the home deps from the afl package from the fuzz local crate that trigger this error. cargo msrv verify --...

> Hi @SarguelUnda, sorry for the delay in the review! > > CodSpeed, CodeCov, and library tests are now finally all fixes and running as expected on the master branch....