lkirkwood

Results 8 comments of lkirkwood

Bump on this — love yadm (3.1.1) but tab completion hangs with fish (3.3.1) is a big deal when adding previously untracked files. Anybody found a fix for this in...

Has anybody found a workaround for this? I am having the same issue.

You can close this. Don't know when it was fixed but the original example works now with minor edits: ```rust #[derive(Debug, Deserialize, PartialEq)] struct DivDefinition { #[serde(rename = "@style")] style:...

#162 addresses this but it is a breaking change so it might not get merged. It should fix this issue for you though.

What was your input XSD? Just guessing at your issue, if you had something like ```xml ``` as opposed to using the built-in numeric types ```xml ``` then this would...

Had to change the allow lint to `#[allow(non_camel_case_types, clippy::upper_case_acronyms)` to silence clippy warnings.

This code compiles with (at least with rustc 1.75.0) so it is not incorrect. It does look wrong though, so I submitted #161 to fix it.