Andy Feller
Andy Feller
```shell $ GH_ACCEPTANCE_TOKEN=$(gh auth token --hostname github.com) GH_ACCEPTANCE_HOST=github.com GH_ACCEPTANCE_ORG=gh-acceptance-testing go test -v -tags acceptance -v -run '^TestPullRequests/pr-view-status-respects-' github.com/cli/cli/v2/acceptance -json | tparse --all go test ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ STATUS │ ELAPSED │...
## Additional notes and increasing scope for other required information Following up as a related request and digging into this a bit, I think there are likely several of the...
> When hooked up to a terminal, we try to provide a helpful message. I _could_ see us printing something to `stderr` when there is no TTY but I suspect...
The [Apple Developer documentation on `Library` directory and app-specific files](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW1) seems to coincide with Go functions behaviors, so I don't foresee problems with the new directories per se but I...
cc: @cli/package-security
Thanks, @bensheldon! Let's see about getting this updated appropriately. ~Did you have an updated version of the file offhand?~ _UPDATE: Re-reading this issue, I see the problem is inconsistent behavior...
Thank you for raising this suggestion, @kumarmunish! 🙇 I'd like to ask a few questions to understand this suggestion for consideration. 1. Could you share any public pull requests you've...
Thank you for raising this issue, @A4-Tacks! 🙇 I appreciate having an issue with my name all over it 😆 Having reproduced this scenario and dug around the related code,...
🤔 Seeing this pop up in #11558, I want to ask _"How should the Unix principle apply to this idea?"_ as I'm unsure what the limit of `gh pr create`...
In chatting with @criemen about this very issue, I think this work makes sense and is doable but requires centralizing the logic we use to check for repository overrides like...