Eli Gundry
Eli Gundry
@kennethreitz I am currently working on this. I think I am either: 1. Make `S3Key` inherit from something like [`io.IOBase`](https://docs.python.org/2/library/io.html#io.IOBase). Not entirely sure how that will work, but I'll play...
@kennethreitz Boto is really flexible with what it will take. In all the Bucketstore examples, we clearly see that strings are just handled. But Boto will work fine with any...
@kennethreitz I have this super close, but would love to get some feedback regarding assumptions of the datatypes that this library works with. I noticed that Boto3 will always return...
I'll look into opening a PR this week.
I love that people are invested in this! I have opened up PR #492 that accomplishes the goal of replacing `superagent` while keeping API compatibility with the existing library (and...
@EduardsE so, I got through updating it and using it AND THEN Spotify released an official Typescript SDK without any dependencies. Sadly, all the arguments to the methods are positional...
I've given this some thought and I'm only going to be interested in contributing upstream if you are okay with the following breaking changes in a major release: 1. Swapping...