Cyprien Pannier

Results 17 issues of Cyprien Pannier

![img_20161019_171525794](https://cloud.githubusercontent.com/assets/1446201/19525143/43ac6f16-9620-11e6-8389-47c7aa92ef48.jpg)

Same as Eve: http://python-eve.org/config.html#schema-definition

When saving a document on create / update you have two approaches for what you should return to the user: - Either you returns what's the database has returned to...

I see two use cases: ## Polymorphic joins You may want fields in your resources where you could embed different types of resources _ordered_. e.g: ``` (def Links ...) (def...

I think it's better to implement caching as a dedicated feature instead of composing a DataSource. Once the oplog and a tailable cursor has been implemented, it's pretty easy to...

enhancement