dpopowich

Results 4 issues of dpopowich

When defining custom formatters with SwaggerFormat, the validate function has to handle None values. So all my validators are littered with code like this: ```python def my_validator(val): if val is...

The module-level function, `remember()` asserts that the identity is a string: ```python assert isinstance(identity, str), identity assert identity ``` Shouldn't that be the burden of the underlying implementation of an...

I ran into a similar problem as #809: I have a redis connection using `decode_repsonses=True`, but I am also using a 3rd-party package (RQ) that pickles some data and deep...

Bravado_core has a new [configuration option](http://pyramid-swagger.readthedocs.io/en/latest/configuration.html), `include_missing_properties`. There is no way to configure this option with pyramid_swagger. Can this option be added to pyramid_sagger config?