Sean Freitag

Results 15 comments of Sean Freitag

@axelfontaine Seems like something I could help with. My employer is a Vertica stack, and I'm trying to push them into continuous deployment. We need a tool like this in...

@axelfontaine if I can get started sooner, please let me know. In the mean time, I may spend some time familiarizing myself with the codebase. Thanks!

I'm still waiting on this as well. Any idea when we can get started on this?

@jayzes I like yours better. Let me see if I can throw something together.

@alliefitter I recommend that we get your existing stubs to work as a `boto3-stubs` without adding support for the missing `boto3` functions. We can add those next. For now, if...

And just to be super clear: ``` import boto3 # type: ignore from boto3 import sts sts_client: boto3.sts.Client = boto3.client(service_name='sts') ``` ^ That is MyPy compliant.

I agree that we should make _some_ decision on this. I don't see why we can't merge it and then just bail if AWS' version is better. This could be...

I really appreciate this project and I look forward to consideration on this pull request.

@alliefitter I appreciate the compliment. This is why we open source our work so that we can all benefit from a combined effort. As for the PyCharm showing an error...

After installing the 0.15-SNAPSHOT, I think that the issue here has been resolved. However, I would like to see an official release of 0.15, and I'm sure there are others...