Results 7 issues of Benjamin Houdebert

If we design a struct with the special instruction `flatten` of `serde` it is not flatten during schema creation. ```Rust #[derive(Serialize, Deserialize, Debug, Clone, Component)] pub struct SomePayload { some_id:...

enhancement

There is many way to declare route with `actix::web` but for one of them is using scope (which is a must have imho, even better with macro route usage) https://docs.rs/actix-web/3.3.3/actix_web/struct.Scope.html...

Instead of tracking directly a tarball in the nix file it could interesting to use [niv](https://github.com/nmattia/niv). I really think it will be easier to track version, branch and for updates,...

```Rust #[wasm_bindgen] // blabla getter, constructor also on an impl struct TopStruct { attr1: SomeStructWithALotOfOptions, attr2: Array // in fact it is an array of ShameStruct -> would be a...

bug

Hi, First of all, not really a bug but more of a lacking of how to achieve it. We are trying to add something to IPFS with the library, using...

Hello, Would you mind a little rustup bump? I ran rustfmt with `tab_spaces=4` (seems close to your preferences, even if I strongly advise using only 2). Tried to update our...

It seems I cannot use the new way of setting the output using the `echo... >> $GITHUB_OUTPUT` Is it something not, yet, supported or an issue elsewhere?