Zack Proser

Results 37 comments of Zack Proser

Hi @CDRO, Thanks for the question! That is certainly something we could consider - see also my reply to in this issue about what that might look like (though this...

Thanks for the detailed bug report! Just wanted to acknowledge receipt. I'll take a look as soon as I can.

> git-xargs seems to be exactly what I need to use. I've been testing it to update files and automatically generate pull requests. > > What I have seen is...

Hi @ejstreet, Thanks for the great question. Git-xargs grew organically out of an internal tool at Gruntwork, where we exclusively use Github, so the tool currently pre-supposes Github as the...

git-xargs does support opening more than 10 prs concurrently. As @Flydiverny points out, you're likely hitting rate limits, depending on what you're trying to run and how, and we've got...

Excellent. Your feedback on the pr branch would be very valuable. Let me know what you find.

Hi Eyal, Thanks for the update! Sorry you're still encountering issues. It's a little difficult to determine for sure what's happening without the full debug log output. I understand that...

@ina-stoyanova Hmm, from looking through internal messages it seems we initially were planning to use this one as a trial project? I'm not sure now why I assigned it to...

Support for IAM Roles and regex matching via config file were added in https://github.com/gruntwork-io/cloud-nuke/pull/330

> Another option is to update the version logic in `go-commons` to look up the latest Git ref or tag if the version param isn't set. Ah yeah that would...