liquidaty

Results 101 comments of liquidaty
trafficstars

Pull request: https://github.com/stedolan/jq/pull/2547

Same problem. Compiling is taking a long time, so TBD if that solves the issue for me, but even if it does, it defeats the purpose of a "universal" precompiled...

FWIW we would *much* rather have a change *asap* that is in the wrong place, but patches the issue (even if only partially), than no change at all. It can...

It's great that this fix is now in the master/main branch-- thank you. But is it possible to use this fix on v10.0.0, without having to move to an unstable...

> I also want to add a few more CI jobs and declare official support for Python 3.12. After that, I should be able to trigger the release automation I'd...

@Kodiologist @julianz- @mxii-ca > That file is part of [pyOpenSSL](https://github.com/pyca/pyopenssl), so you should probably open a pull request there Yes, that is a PyOpenSSL file, but the suggestion that this...

I've figured out a workable solution for handling SSL_WANT_WRITE errors which implements a retry-- similar to what ssl/pyopenssl.py does (note however that although the code in ssl/pyopenssl.py *appears* to address...

@julianz- perhaps changes to pyOpenSSL are needed but *without a doubt, changes to cheroot are needed* to fix these bugs. The existing cheroot retry code does not even get touched...

@julianz- Got it. I can see where those changes are coming from but I think they need further adjustment to work correctly. I think I have half the puzzle solved,...