Dominic Smith
Dominic Smith
:+1:
Has anyone looked at using the graphql api for this? Something like this could could work... ``` query { organization(login: "some-org") { repositories(first:100) { nodes { name openPullRequests: pullRequests(states:OPEN) {...
So that works for aws config files if you're using profiles , but it doesn't for ec2 roles. ec2 role credentials are obtained by the sdk over a link-local address....
> Is the logger working at all? I passed my implementation but still dont see anything being logged. +1 here, I'm getting 3 errors when I restart redis, only one...
Never mind, I had an orphan process still running :(
> I think the goal of a formatter is to be consistent, but by retaining whitespace, you end up with oddities. I think following the same rules as gofmt would...