Conor O'Donnell

Results 4 comments of Conor O'Donnell

Looks like the version of the `requests` library that's vendored into the tool is `2.6.0`, judging from `cfnbootstrap/packages/requests/__init__.py`. If it's upgraded to `2.19.0` then it should fix this issue as...

This is our workaround for Debian, it doesn't involve editing the files: ```bash # Install Python 3.9 add-apt-repository ppa:deadsnakes/ppa -y apt update -y apt install python3.9 python3-pip python3.9-distutils python3-apt -y...

There's an example of a CountLoader and some other loaders here: https://github.com/jamesbrooks/graphql-batch-loaders

The inability to edit span atributes in `on_finishing` is causing us a lot of pain - we've migrated from https://github.com/honeycombio/beeline-ruby/ and lost the ability to add an attribute to all...