Chris Tsou

Results 138 comments of Chris Tsou

Not even mypy can detect the circular imports for the the given schema...

The cli will still write all generated packages and run the validation at the end, if it fails you will get something like this, to let you know how to...

xsdata was inspired from java's jaxb, I think that was default behaviour. I ''l take a look on how easy it's to expose it as a serializer configuration option

Cool so if I figure out how to the serializer config to reach the converters, we want 3 behaviors: always, never and non-zeros

Most datetime parser support either approach, it's usually people who do some sort of manual parsing that need something like this, I guess. In any way most libraries follow this...

In general I am trying to maintain compatibility with the binding modules, I never thought people would try to extend the transformer. I see you are using it to disable...

> Can you put this snippet somewhere in the documentation? Feel free to open a pr with the docs example

@tlambert03 which handlers are you disabling? Some of them will become mandatory, otherwise the class validator that runs in the end will fail

you are safe then... please let's open new issues/pr with some suggestions about possible hooks.

We need to properly support the `Iterable` type annotation in model fields, and of course support this for both xml/json serialization @skinkie.