Bob Gregory

Results 7 issues of Bob Gregory

This commit fixes an issue with extending the User class. Previously, MySpecialUser.objects would return a UserManager[User]. This commit updates the objects field to parameterise over Self, so that MySpecialUser.objects returns...

When using [pkg](https://github.com/zeit/pkg) the files section of is-subset causes the packaging process to attempt a crawl over the root directory. This obviously breaks with permissions issues. This PR replaces the...

### Description Prior to this commit, updates to Glue Ray jobs fail, because the parameter Timeout is read from the remote resource, but is read only for Ray jobs. ###...

bug
size/M
tests
service/glue

In the years since I wrote this lib, as a proof of concept, people have A) started using it in earnest, much to my surprise B) adopted type hints as...

I'm looking for some input on how to handle reconnection in the presence of error with a shared Client. I recently updated our code to share a single client connection...