Matthieu Prat

Results 2 issues of Matthieu Prat

Not sure this is an actual bug: ```rb Addressable::URI.parse("http://example.org?foo=%E9%23").normalize.query ``` This returns the string `foo=%E9#`. I would have expected `foo=%E9%23`. Note that `%E9` is the escaped version of the `é`...

Accepted
Duplicate

Genuine question: have you considered automatically retrying migrations if they fail because of a lock timeout? I'm asking this because we (@doctolib) faced a similar issue as the one described...