begood

Results 5 comments of begood

Example use-case: ``` import cerberus schema = { "metadata": { "type": "dict", "nullable": True, "schema": { "image_thumb": { "type": "list", "required": False, "default": [], "minlength": 0, "maxlength": 10, "schema": {...

@funkyfuture Yes, I know that but someone will input object with wrong type. And I need Cerberus to return an error instead of an exception.

> The docstring changes look fine. > > For the change to `_fetch_certs`, two things: > > * Is there a bug report open for which this change is a...

> @b3g00d > > > updated > > I don't see any further commits here, and I don't see a related issue. Oh, I mean I updated the first comment,...