Colin
Colin
I tried changing `isinstance` to `issubclass` and it worked. The reason is b/c `isinstance` will always return false. The `model_class` isn't an _instance_ of the BaseModel, it's a class itself...
bump. This issue makes the generated code unusable for any API involving headers authentication. (without code modification ofc). @ivasio I can open up the PR unless you've already got one...
@vslavik Given that there are a few libraries that use the `msgid` as a symbol based key (as opposed to a phrase), would you be open to having a PR...
I'd also like to know this, have you heard anything back from the dev team? As of now I plan on adding those features from scratch somehow.
Experiencing the same issue when I try to install on a mac. @cassm Did you make any headway? For now I'm using portaudio-rs, I'll comment on any progress I make...
Hey currently I tried to fix this issue by removing serde_derive from my Cargo.toml, and I now have this - ``` rust [dependencies] serde = "0.8.*" serde_xml = "0.8.*" serde_derive...
@dtolnay Welp actually just fixed it earlier by removing my Cargo.lock... it's been a long week XD. I suppose I'll leave it there in case someone makes a simple mistake...