Quentin Santos

Results 46 comments of Quentin Santos

I'll be focusing on other projects for now, but Jaspy is a very interesting one and I'll keep it in mind for later!

I confirm this fixes my problem (#43).

~~When I encountered the problem, I feared that the usual proposed solution, which implied reinstalling the addons, would wipe out my containers (again). However, I managed to reactivate my addons...

Nevermind my previous comment: 66.0.4 did reset my containers…

I see, thanks for the information.

- [x] CLA signed - [ ] `__iter__` was making something fail during typecheck; I'll see if I can fix it - [ ] I'll run the tests of the...

Same here, cannot type French characters with diacritics, typographic characters, or Japanese. Copy-paste works fine but is quite impractical.

Note that the `@` is only for serialization. You should not use it for deserialization. Extending the example above: ```rust use serde::{Deserialize, Serialize}; use serde_xml_rs::{from_str, to_string}; #[derive(Debug, Serialize, Deserialize)] pub...

I might have missed something, but I am unable to get a field to be documented as optional when using the `IntoParams` derive macro. To make sure this was not...