Alexis Métaireau

Results 380 comments of Alexis Métaireau

Thanks for taking the time to review that, I don't think I'll be able to find the time to actually commit myself to tidy up everything, so I'll let whoever...

I would also add: - master-master replication - creation date Then, the problem I see is that this table will be really hard to read (and might take too much...

Thanks for bringing this up. I believe if this is blocking development, dropping support for older python version is a good idea. There are ways to install newer versions of...

We probably shouldn't display the content block if we reached the max limit. Should we merge this?

I'm not sure we want this: while this is an interesting way to make users discover the features of pelican, it also means they will have more to deal with...

well, the problem is that it's now faster to write your own settings that running the quick start, so it's not really "quick" anymore, is it? We could probably add...

Hi Kinto team :-) It's cool to see that things are still moving around here! It's been a long time since I commented on anything, I hope I'm able to...

I believe this is [because of this line](https://github.com/Kinto/kinto-signer/blob/master/kinto_signer/updater.py#L124-L125) where we get the records that were updated since the latest signature. If we do not update the timestamp of the collection,...

Found this very nice toolkit to generate different HTTP calls examples, based on the HAR format for request/response: https://github.com/Mashape/apiembed/