Keith Grennan

Results 5 issues of Keith Grennan

It would be great to have an ARM64 image for Apple M1 laptops. Thanks!

Hi, Just reviewing my web API performance and found high latency whenever firebase_auth.get_user() is called, since it sends a blocking HTTP request to the Firebase Auth API. I've read a...

enhancement
question

I have a job that fails when it is run. When it runs at the normal interval triggered by the scheduler, the monitor plugin shows the exception, which is great....

Safari does not support unprefixed `user-select`. Easily verifiable in Safari: ``` > 'user-select' in document.body.style < false > '-webkit-user-select' in document.body.style < true > cssVendor.supportedProperty('user-select') < "user-select" ```

Per psf/requests/issues/2766 requests.Session is likely not threadsafe. This change puts the session in a thread local so that each thread has a different copy.