-
Despite being validated at https://github.com/Kinto/kinto/blob/master/kinto/core/resource/schema.py#L234, making a request such as `/v1/buckets/default/collections/abcd/records?_since=` passes an empt…
-
Let say we have a service:
```
service = Service(name='service', path='/service')
class ColSchema(MappingSchema):
field = SchemaNode(String())
def custom_validator(request, **kwargs):
…
-
Might need to make a new schema node type based on colander.DateTime that automatically sets the tzinfo to the user's timezone, and returns a datetime converted to UTC.
-
Running the following program results in an `AssertionError` in `deform/widget.py`.
Uncommenting either of the two commented out lines prevents the problem.
```python
import colander
from col…
-
Can we design some common infrastructure across filter methods? In other words the underlying filtering methods have parameters on the inputs (e.g. types of variables allowed) and the outputs (such as…
-
It would be very helpful if we could somehow generate `definitions` section of OpenAPI schema, $ref information and providing example values.
One way would be to provide some kind of metadata prope…
-
schema is a fast way to validate data structure, but is not usable
We need to look at WTForms, or colander, or some other more sexy solution
Comparition of some librararies (schematic, cerberus, t…
-
The documentation claims the following:
> If the available customisation isn’t sufficient, then you can subclass the following colanderalchemy.SQLAlchemySchemaNode methods when you need more control:…
ztane updated
9 years ago
-
Would it be better to render values as "" when given an appstruct value of None, as opposed to "None"?
``` python
appstruct={
'some_value': None,
}
```
``` html
ghost updated
4 years ago
-
Works fine on localhost:
![localhost](https://cloud.githubusercontent.com/assets/940630/21529767/f57fb064-cd4c-11e6-86d9-42e56222ec46.png)
Broken on production:
![live](https://cloud.githubuser…