Heath Stewart

Results 419 comments of Heath Stewart

@mislav @samcoe what do you think of this? Makes the output of paginated responses much easier to use.

@mislav @samcoe this is ready to review. Even before the refactoring, the response body would be read completely into a buffer anyway - and in some cases, multiple times -...

@samcoe @mislav is this good to merge for next release? It would sure be helpful.

I merged upstream/trunk, or do you need a rebase on trunk? There was a lot of churn since this was first reviewed in _pkg/cmd/api/api.go_, or perhaps I could just squash...

@LangLangBart that's a good idea. It wouldn't have worked well before because a paged result would have to have reset the progress indicator on stderr with each page, but now...

That would make it easier, but any chance of getting this merged soon?

@samcoe do you know if this is still of interest? The original issue got quite a few votes, and this is making automation more difficult especially when `jq` isn't installed...

I see another couple releases have gone out. @vilmibm @samcoe @mislav is anything else holding this up? There's been a lot of interest in merging `gh api` responses so external...

As for concurrent operations, we already have a pattern for `label clone` and in one other command I forget off hand. Could potential abstract that - perhaps even into go-gh....