Frank Sachsenheim
Frank Sachsenheim
as #427 shows, the `default_setter` rule should be usable in a way that allows the used handler(s) to determine whether a field should be added to the document at all....
as i'm currently refactoring the error-handling, i stumbled across the circumstance that a missing document or one that is not a mapping will raise an exception. however cerberus is propagated...
This is a proposal for the next major release of Cerberus that will require users to refactor their custom validators as no backward compatibility is intended. The current mechanics to...
#### Use-case abstract Validate instances of [dataclasses](https://www.python.org/dev/peps/pep-0557/) with Cerberus. ---- #### Proposal @rhettinger concluded his [talk](https://www.youtube.com/watch?v=T-TwcmT6Rcw) at PyCon about dataclasses with the outlook that third-party-libraries would take the task to...
this issue is a reminder that the behaviour regarding the coercion (and broader normalization) of nullable fields needs to be thought through and defined for the next major release. relevant...
the [JMESPath](http://jmespath.org) has a simple and straight-forward way to address values in a JSON-document. if we allowed that as an optional way to write schemas ('dot-lookup' is supported in some...
`pip install redislite` fails with CPython 3.9, while it succeeds with 3.8 on the same host: - Ubuntu 20.10 - CPython 3.9.0 - pip 21.0
i'm emphasizing two aspects here that took me a while to figure out.
ciao, thanks for this simple solution. i'd have a use-case though where only access to the endpoints `containers/json` and `…/{id}/json` (inspection), but not `…/create` or `…/{id}/stop` etc., would be needed....
### Question An action setup of mine recently failed as podman got a 502 response when trying to push to a registry. i assume that this was a temporary issue...