Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

The if_not_exists behavior doesn't ignore the 412 if they happen in a batch.

enhancement
stale

The Pager API is exactly what one's need to fetch a list of Records. However on time to time you wish to update the list, and it would be nice...

enhancement
help wanted

``` -- Configure a Kinto client: the server url and authentication client : Kinto.Client client = Kinto.client "https://kinto.dev.mozaws.net/v1/" (Kinto.Custom "Portier" "portier-user-session") ```

Relies on this Kinto branch: https://github.com/Kinto/kinto/pull/821

It could be nice to create a varnish configuration that invalidate the cache for GET /models/modelname for a POST or PUT on its /records and that handle the HawkId

This is because of: https://github.com/spiral-project/daybed/blob/master/daybed/backends/couchdb/__init__.py#L104 And the way we handle it here: https://github.com/spiral-project/daybed/blob/master/daybed/backends/couchdb/__init__.py#L98

bug