Josh Soref
Josh Soref
Adding a rate limit exit code would be a huge improvement over the current behavior. But I'd really like it to spit out the rate limit responses as json when...
Fwiw, I'm currently using a mix of `gh api` and [`gh run download`](https://github.com/check-spelling/check-spelling/blob/1aa270182840daf5e4bf0be91af8e2ca84d5ff96/apply.pl#L343-L349) A user of my tool reported they've managed to hit a rate limit, so all I have...
dhall should work now as https://github.com/dhall-lang/dhall-haskell/pull/2542 is resolved, I'm not up for making a bump PR as the previous person was just closed as a duplicate.
I expect to need to cherry-pick 4a5ca4b89902ed2dd4673cec1a5355fac4bdf24d again (possibly fixed up), but this is effectively a rebase of everything else along with iterating over check-spelling's output again. I should note...
@mjbvz there's a stray `,` in the description: > Adds [:emoji:](https://www.webpagefx.com/tools/emoji-cheat-sheet/) syntax support to VS Code's built-in Markdown preview and to ,markdown cells in notebooks.
@skedwards88: are you ok w/ splitting it into more than one paragraph? I find these things really hard to read as run-on paragraphs...
@skedwards88 so, I just tested the example command: ```sh gh api \ --header 'Accept: application/vnd.github+json' \ --method GET /repos/octocat/Spoon-Knife/issues \ -F per_page=2 --include ``` ```http HTTP/2.0 200 OK Access-Control-Allow-Origin: *...
Fwiw, `jobs..defaults.run.working-directory` does indeed work. But I shouldn't have had to guess.
https://github.com/github/docs/pull/30792#issuecomment-1866932916 Has a nice table with links to source files and the generated outputs for comparison for before/after. I'm looking for additional extra rows for before/after comparisons for pages impacted...
I don't mind. I will note that I created a second ticket that needed this feature this year (after creating this ticket). Note that as long as you only pull...