Jonathan Tron
Jonathan Tron
I worked on something on my own too, you can find it here : http://github.com/JonathanTron/bucketwise/ I worked on fr-FR and already extracted all strings from views, but the new credit...
The current gem release is version `2.0.1` which is based on commit 46a17e4b3fe0531ac6b2e48f818a982a86f538e4. The files you're looking for were added after this release, you can see the differences between the...
Thanks for the kind words, I would have liked for the Github Action CI to run in order to check on linux, but who knows what combination of source/forked and...
Yeah I got a lot of those while trying to find the issue in ruby >= 3.1, but I tested only on MacOS, and the differences are always subtle between...
Just a quick report of what I found so far. I can reproduce the issues in a linux container. After a lot of debug, I can now make it fail/pass...
After messing with debug logs pretty much everywhere in ruby source code, I reduced the issue to a script which pass all the time on MacOS and fail "sometimes" on...
> I haven't had time to dig into it like you have, and my life is full of things at the moment. Yeah no worries, I'll continue to dig and...
I can confirm in the failure case, the last packet is: ```pcap 13 0.002225 127.0.0.1 127.0.0.1 TCP 66 57446 → 36831 [RST, ACK] Seq=652 Ack=2044 Win=65536 Len=0 TSval=763828862 TSecr=763828862 ```...
It's the same on MacOS but there it works... But from what I can see every message on MacOS has an `ACK`: ```pcap 39 12.799892 127.0.0.1 127.0.0.1 TLSv1.3 83 Application...
Hi @wconrad, I made a commit which made the test pass on a linux container locally, but ultimately didn't change a thing on CI and failed afterwards also on my...