Ben Sully
Ben Sully
I just released a new version of the package which should support this, it's otherwise unchanged so should be fine to upgrade.
If I apply this diff to `anyio` then I can work around this (it looks like this is what Python's standard library does in e.g. `asyncio`): ```diff diff --git a/src/anyio/_core/_sockets.py...
> One option that has occurred to me is to have componentize-py optionally provide a dummy ssl module with a few symbols defined -- just enough to make libraries like...
Hi! Just chiming in as an outsider, it would be really great to see an example using a resource in a Go component as part of the docs, if it's...
@ezynda3 roger, those points are valid, I think this is only working for us because we're using the API slightly weirdly (e.g. attempting to connect without OAuth first, so we...