James Telfer
James Telfer
If the above is correct, I can raise a PR for it: LMK.
Prototyping query ```graphql { repository(owner: "lindell", name: "multi-gitter") { name nameWithOwner owner { login } defaultBranchRef { name } createdAt isArchived isDisabled isFork sshUrl url viewerPermission repositoryTopics(last: 50) { nodes...
I'm not sure, I'll see if I can reproduce it
I've created a PR fleshing out the idea if you're interested @bradleyfalzon. Feedback welcome!
Another valuable use case for the context is when using telemetry. The current trace is generally carried on the request context, so including the context allows actions taken during signing...
> but the CloudWatch Group was not created I checked my configuration -- it was a long time ago, and I don't remember doing anything special to get logging, and...
@parsnips I'm new to this, but I understood that the identifier names used in the schema correspond to identifiers used in the Cloudformation template. Since that seems to have a...
Apologies for the unasked-for commentary. I'd love to see App support in this library, but I'm unsure about directly referencing the `ghinstallation` module. The current module directly references the `github.com/google/go-github`,...
> When you mention that you'd like to support the ClientID style of configuration, are you thinking of contributing that to ghinstallation or to google/go-github? I definitely agree that we...
> if you can think of a more polished way to do so I summarized a proposed approach here: https://github.com/bradleyfalzon/ghinstallation/issues/118. Whether or not this is more polished is an open...