Isaac Nygaard
Isaac Nygaard
I ran into some segfaults which seemed to be caused by using deferred type. So I don't recommend trying to use the patch anymore. In general, probably best to avoid...
I had a similar issue, `SEC_ERROR_UNKNOWN_ISSUER` from the following (non-sudo) commands: ``` mkcert -install mkcert localhost ``` I was using mkcert v1.4.3, but upgrading to the latest v1.4.4-1-g1c1dc4e (I built...
So no for 1/2/3/4, due to @thehesiod's point which implies session/client are attached to a single asyncio loop (which is what you would expect). Just tested 5/6 and the answer...
... and the answer is no. I played around with it a bit and here is a simple solution for async; see https://github.com/boto/botocore/issues/761#issuecomment-1937535330. Not as full featured as this, but...
Yes, I would like to see API docs as well. Examples are fine, but you need to document the API. For example, creating a `Gauge` instance: the example given under...
see https://docs.python.org/3/library/contextvars.html#asyncio-support for example
Okay, you can update your README. It still says you're using threading.local and asks for suggestions