Andy Feller
Andy Feller
Thanks for reporting this bug, @jitran! Just confirmed this using multiple `cli` repos: Example: `gh search code --repo cli/cli,cli/go-gh HTTPClient --web` Expected `gh search code` search: [`HTTPClient repo:cli/cli OR repo:cli/go-gh`](https://github.com/search?q=HTTPClient+repo%3Acli%2Fcli+OR+repo%3Acli%2Fgo-gh&type=code&ref=advsearch)...
@wingleung : thank you yet again for your time and effort to improve the GitHub CLI and your patience with my slow follow up! 🙇 reviewing this right now, wanting...
## Manual testing with forked repo The following scenarios are exercising changes from the PR on a fork of a repo, which should require explicitly setting the repo because of...
## Manual testing directly against upstream Wanting to make sure we were just testing the multiple remotes scenario, this is me running through several of the commands to make sure...
Thanks for opening this suggestion, @rizwan-r-r! 🤗 **This is a little more complicated than it might appear at first glance**. GitHub CLI and 1st party extensions support a variety of...
I was curious about what the stated about [RFC 7231 > 6.3.6 > "205 Reset Content"](https://datatracker.ietf.org/doc/html/rfc7231#section-6.3.6), so thought I'd look it up: > The 205 (Reset Content) status code indicates...
Thank you for raising this concern, @johnsockwell-tributetech! 🙇 I'm still trying to figure out what is going on here, but first I wanted to demonstrate what should be shown via...
@johnsockwell-tributetech : I'd like to try increasing the log level using `--log-level all` to see what is going on here. While I understand 3 of 4 supported models are enabled...
@johnsockwell-tributetech @jianie365 @mkeesey : thank you all for the follow up and additional logs; this is exactly what I needed and will help me get to the bottom of this!...
My working theory is the `421 Misdirect Request` response stems from `copilot` resolving a different subscription API endpoint than the Copilot license you have: - CfI: https://api.individual.githubcopilot.com - CfB: https://api.business.githubcopilot.com...