Mathieu Leplatre

Results 356 comments of Mathieu Leplatre

How long does it take if given password is wrong for `ethan`?

Thanks for the investigation! We also have a sort a request cache in kinto (`request.bound_data`) that could solve this. (Slightly related to #621)

The domain should be associated to some AWS instance, there must be a way to find out :) It's possible that it was deleted though. @Natim do you remember how...

Alright, ckolos restored the instance. But it'll be better to update our docs and run it somewhere that we control (Heroku for instance). I realize it's mentioned in many places...

@Natim or @dstaley, would you be interested in hosting an instance?

Thanks Dylan! The machine is pretty small, 8GB of hard disk, only 500MB of RAM is used, and CPU is quadcore Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz. And it...

``` http put https://kinto.dev.mozaws.net/v1/buckets/a -a a:a HTTP/1.1 201 Created Access-Control-Expose-Headers: Content-Length, Retry-After, Backoff, Alert Connection: keep-alive Content-Length: 152 Content-Type: application/json Date: Tue, 07 Mar 2017 12:58:50 GMT ETag: "1488891530236" Last-Modified:...

When the provided `old` does not have the same length as the `new`. So in the resource view `collection_delete()`, when the `delete_records()` does not return the same length as `get_all()`...

In the resource code, in `collection_delete()` we do: 1. `records = get_all()` 1. `deleted = delete_all()` 1. `notify(deleted, action=action, old=records)` There can be a race condition between 1. and 2....

There is Flit as well... https://flit.readthedocs.io/en/latest/ which says *no need for setup.py and setup.cfg* ...