Aaron Long (he/him)
Aaron Long (he/him)
I've been messing around with your notebook and love it! Do you have a documented kernel spec for adding languages to the notebook? I want to make an experimental one...
**Describe the bug** There seems to be an issue in importing 'resolve_checksum_context' from 'botocore.client'. The exact exception is `cannot import name 'resolve_checksum_context' from 'botocore.client'`. I have tried downgrading and upgrading...
Work in progress to create a neutral library logger.
I wondered if you gave any consideration towards supporting [*asyncio*](https://realpython.com/async-io-python/) with this library. It is a growing trend within Python because of its performance improvements. Knowingly, it would require a...
I am wonder if the maintainers would be open to creating a simple backend for Lambda? Often, I need to mock invoking Lambda, but I don't need an instance running....
I am wondering if there is a possibility to add an [importlib.resources](https://docs.python.org/3/library/importlib.resources.html) asyncio version to this library. This differs from standard files because it can load bundled/resource files especially in...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
I am having trouble creating the janus Queue outside of asyncio. It requires me to make dummy background tasks to just create the object, since not running loop exists I...
### Which packages are impacted by your issue? @graphql-codegen/cli, @graphql-codegen/add, @graphql-codegen/typescript-resolvers, @graphql-codegen/typescript ### Describe the bug This is less of a bug but more of security issue, `@babel/traverse` has an...
Currently, when a session is passed, the client args aren't updated to reflect the session's credentials. This is important for the `PandasCursor` because it passes the client args to s3fs...