Ritvik Nag
Ritvik Nag
Hi @sinedied ! Thanks so much for coming up with this library. I would request to look into tuning regex `relativeImageRegex` used in function `updateRelativeImageUrls` to update relative image URLs...
The goal here is quite simple, but ideally we want to provide a way for users to compile rust code in a containerized manner, perhaps leveraging Docker and an *Amazon...
This issue derives from an understandable concern in [this Reddit thread](https://www.reddit.com/r/rust/comments/tjh3nt/comment/i1nsrcn/?utm_source=share&utm_medium=web2x&context=3). Essentially it can be summed up as follows: > [...] I'm just worried that this is just working so...
In next iteration (probably minor release) I want to drop support for Python 3.6 and 3.7. This will also have other benefits, such as: * fix `pyup` errors - currently...
case when ``` class A: b: B class B: a: A ``` As an example. My theory is that `cls_fromdict` is generated for class `A` twice, because of self-reference. I...
* Dataclass Wizard version: 0.22.2 * Python version: 3.10.4 * Operating System: Mac OS X (M1) ### Description I have noticed in certain cases -- such as using the `YAMLWizard`...
* Dataclass Wizard version: 0.22.1 * Python version: 3.10 * Operating System: Mac OS ### Description I found an interesting case where the wrong dataclass schema is generated with the...
* Dataclass Wizard version: 0.22.1 * Python version: 3.10 * Operating System: Mac OS ### Description In certain cases - and especially in certain API responses, most notably for AWS...
* Dataclass Wizard version: 0.21.0 ### Description I want to update the `UnknownJSONKey` exception that gets raised when the `raise_on_unknown_json_key` flag is enabled to include a list of *all* the...