Sylvain Brunerie

Results 25 comments of Sylvain Brunerie

The examples that were moved can be found here: https://github.com/w0rm/elm-physics/tree/main/sandbox/src

What about something like checking that the last part of the path contains a single dot, followed by something that looks like an extension (like `[^.]+\.[a-b][a-b0-9]{1,3}`). That would definitely get...

It looks like some of these lines (the `socket_strerror` and `socket_last_error` ones) were present as well in branch 2.0, but never caused an issue for me, even if the functions...

The issue may actually still be relevant now, because from time to time a connexion causes an error and the websocket server crashes because of `socket_strerror` being undefined. Not sure...

I wasn’t able to run the test suite, but it seems like the CI setup itself is broken, so I guess it’s alright. Plus it’s really a small and safe...

Should we re-run the checks for this PR? I think the CI setup was kind of broken at the time.

So the test suite fails under MySQL 5.7 but apparently the same test was already failing.

Sorry I didn’t manage to minimize the example further. That’s because, as I mentioned, each of these little blocks before the nested ifs seem to have an effect on the...