LeeTibbert

Results 665 comments of LeeTibbert

A data point in the hope that it might help others. I did a fresh clone of 'main', commit 8dbf686, into a newly created empty directory on Apple M1 running...

Execution seems to get to here, with httpVersion as 1.1. Given the https URL, one would expect V2.0. ``` throwOnError( libcurl.curl_easy_setopt_http_version( handle, libcurl_const.CURLOPT_HTTP_VERSION, httpVersion ) ) ``` To shake the...

A data point: On my M1 system, both the brew (executed directly from the brew bin) and the `/usr/bin` variants of `curl-config --libs` return simply `-lcurl`. So if the build.sbt...

I do not know about `epoll` but `poll` and `select` can complete when they are interrupted by timers, etc. I think there are some argument bits one must check to...

`too difficult to backport` Too difficult to backport hours before a release which would have no "-rc". I am about to go on hiatus, but could try again when I...

"So there should not be any cross-wiring between connections." Thank you for the explanation, it will help in my tracing the "errno 107". I concur that there _should_ not be...

> Would you like to give that a try? :) Thank you for the vote of confidence. Can we queue that attempt until after we have dispatched the "errno 107"?...

Thank you for taking a look at this. I'll try late tomorrow (Weds, probably Thursday your time) to reproduce.

To get this out of my brain, so that I can deal with the javalib `Files` "walk*/find" mule which is kicking me, I am trying to reproduce this in another...

TL; DR * I spent several hours and could not reproduce. I will submit a robustness PR anyway. * I suspect that my clang version changed since I submitted the...