Mark Finn
Mark Finn
Same here on ubuntu 19.04 beta.
If anyone takes this up, my (lack of) progress so far has been: I tried adding a call to ldap_start_tls_s ( c->ld, NULL, NULL) in ngx_http_auth_ldap_connection_established() after the sockbuf provider...
Thanks! I assume my chances of getting this fixed in a 7.3.x are roughly zero? Some day I'll have the time to get to python 3... Some day.
Now that you say that, I can see it isn't in a round trip, but it is instead waiting on a lock. My guess is that that lock is held...
I was stuck at 11% today when I tried to import an STL that was owned by a user different than myself. The file was world readable, but that doesn't...
This is an issue on python code that has to be python 2 and 3 compatible because the way to do that is to use the argument version of super...
@UziTech that wasn't the issue. Please re-open. using await jestPuppeteer.debug() still dies with "thrown: "Exceeded timeout of 5000 ms for a test." The people talking about "Jest did not exit...
In my use so far it seems like you need to handle the request and allow it to continue. I don't know if this is how puppeteer is or not....