Yohan Siguret

Results 11 comments of Yohan Siguret

Other errors: * https://jsperf.com/try-catch-in-loop-cost * https://jsperf.com/jquery-find-vs-context-sel/13 * https://jsperf.com/ya-string-concat Editing is still possible, so duplicating these tests is easy, but losing all the Browserscope data is a bit sad. Refers to...

Here's an example of what I have to do to work around this issue : ``` if (!result.next().isEmpty()) { var uriBuilder = UriBuilder.of(host.replace("http:", "https:") + uri) .queryParam("order", parameters.order()) .queryParam("size", parameters.size())...

Added the same fix to `UriBuilder::replaceQueryParam` since it had the same issue. Also added a test since the method was not tested. Although I don't know if I should continue...

@ekinoben Do you think you'll have time to finish this soon, or would you be OK with someone else finishing your work ?

The correct way should be to build the image on multiple architectures using docker buildx, with one tag pointing to multiple arch, then letting docker pull the correct image depending...

It seems like we'll have to use the legacy way to build multiple architectures (one tag = one architecture) if we use our current lib docker-py : [It doesn't support...

Great work @ekinoben ! I think we just need to make sure the android sdk is compatible with the version of java we use. I'll contact Ced and Lucas to...

As seen with Lucas, Ced, and @ekinoben, the `react-native` image isn't used by our mobile teams anymore (and isn't up to date anyway). They switched to mobile-specific runners for build...

@ekinoben `react-native` is no more :)

Hi @ekinoben, sorry for the delay. I didn't know this issue, that's too bad. IMO the most sensible option would be to use `docker manifest create`, which should work through...