William Martin

Results 659 comments of William Martin

We now have a couple of tools that are using GQL, for example https://github.com/github/github-mcp-server/blob/7e026fc43828fdd41c24969784ee92e4f9f0b2ae/pkg/github/issues.go#L747-L904 I expect that over time we will discover new patterns and make adjustments but I don't...

I think I misunderstood the original ask in retrospect. I understood it as "bring in the necessary patterns so that tools can be built that use the GQL API", which...

Hey! Is there a reason you want this programmatically as opposed to `/model` in the interactive. Also, the available models should be listed by the `--model` flag: ``` --model Set...

Hey @dlvhdr, When you run `gh run view -R neovim/neovim --log --job=43904694235` the second column in _most_ cases should contain the step name that you could filter on but I...

Got it, yes any time we see `UNKNOWN STEP` it's a result of the log service having been changed underneath the CLI. All the reports of this being a problem...

Hey @jerr0328, you're right that this module does not handle `slow_down`. It's definitely something we can implement, though I'm not sure it'll really deal with the underlying issue there, as...

### Acceptance **Given** I am logging in against a server that responds with `slow_down` when requesting the access token **When** I go through an oauth flow targeting that server **Then**...

The `author` flag doesn't support multiple strings which explains the behaviour you're seeing. Maybe we should extend support there. For the moment however, I think you should be able to...

Ugh sorry, that's a Saturday afternoon copy and paste. I meant to ask you to try: ``` gh search issues user:pawamoy org:mkdocstrings author:adaxi author:samuelcolvin ``` 😅

No worries, let's keep this open and I'll have a think about it on Monday. I can't see any reason why we wouldn't support `--author` flag multiple times, and it...