Heath Stewart

Results 419 comments of Heath Stewart

What might this look like for configuration? I too run powerline for the statusline support and works love to switch to OMP, but powerline supports different shells for different layouts....

With version v1.1.2, the following worked for me despite the nested JSON object listing fields in a different order (based on `gock.Observe(gock.DumpRequest)`: ```golang gock.New("https://api.github.com"). Post("/graphql"). MatchHeader("Content-Type", "application/json; charset=utf-8"). JSON(map[string]interface{}{ "query":...

Since `serde::Deserializer` (and impl) are already visiting each byte of a string or stream, wouldn't it be more efficient to optionally - via feature - parse any combination of `\r`...

I've got a start on this now and will try to finish it up by next week.

`gh issue edit` supports multiple issues now. It was completed in #7259 as noted above.

@mislav @samcoe I rebased on `trunk` and squashed all commits into a single commit if that makes it easier to review, and certainly to rebase. Given the votes on #1268,...

@vilmibm, @samcoe I see there are merge conflicts again. Is it worth me spending more time reolving them - even if easier now that I squashed the commits? Or can...

@mislav you made mention of this the other day for someone else that logged a dup bug. I'm glad you're still interested in it, but can you help me understand...

1. I'll take a look at your PR soon. Conceptually, I like the approach and tried to come up with similar that would handle GraphQL, but see my thoughts below....

Thinking about this more, given the GraphQL paginated code was invalid JSON anyway, does the fact it was streaming output really mattered? Either you're piping to something that is consuming...