jafournier
jafournier
**Describe the bug** `from_dict` when we set a nullable field ref to None. This behavior: - differs from class constructor which accepts `None` ref fields - differs from others fields...
**context** ``` dash 2.18.2 dash-core-components 1.7.1 dash-html-components 2.0.0 dash-renderer 2.0.0 dash-table 5.0.0 ``` **Description** The problem I have can be reproduced running the following app: ``` from time import sleep...
**Context:** We want to use the `--skip-existing` option with Sonatype Nexus' pypi. However when package already exists, Sonatype Nexus is delivering a 400 reponse with a content not handled yet...
For nested field, we can get some inconsistencies between `field.many` and `field.schema.many`. Here is a proposal to handle inconsistency edge cases (see tests). PS: Such inconsistencies have some effects on...