Andy Feller

Results 385 comments of Andy Feller

> [@andyfeller](https://github.com/andyfeller) I'd be happy to contribute to the cli part, too. It still seems we need backend support and (graphQL) API to be available for that. As I listed...

> Well, maybe one note that we might want to link to here from the main README or from CONTRIBUTING.md **praise:** good catch! apparently there was a link to the...

Thanks, @williammartin! 🙇 @norman-abramovitz : If this is something you might be interested doing, it should be primarily: 1. adding the missing `ArchivedAt` field to the `Repository` 2. adding the...

@Archetypically : This is one of those areas I've been curious to see how others leverage project status updates. Personally, I would prefer nesting these commands under a new commandset...

@jgold2-stripe : thank you for taking the time to report this problem! 🙇 I must admit I don't think I've heard anything like this before, so will see what I...

@jgold2-stripe : I haven't upgraded to Sequoia yet and doing a cursory trial didn't yield any problems after 25 minutes: ```shell andyfeller@Andys-MBP:andyfeller/test-3 ‹blah›$ date; time gh pr create Mon Oct...

Looking at the code in question, it seems like we've defaulted to the default branch if `--branch` or `--commit` wasn't set 🤔 https://github.com/cli/cli/blob/2e13ec5d80bd98bf4f24c549d0a46fc00c2e6f34/pkg/cmd/browse/browse.go#L220-L247

@tomsit-ionos : color me intrigued by the idea as I understand the motivation. 🤔 I think there's a number of details that might make this more complicated than anticipated, but...

Looking at the stack trace above, it appears the issue relates to the Windows capability within [`cli/browser`](https://github.com/cli/browser/blob/main/browser_windows.go). Seeing this was being experienced when the GitHub CLI was compiled against Go...

@dark-light-cz @williammartin : I'm going to close this issue because the problem is that @dark-light-cz was attempting to use a PAT _(`ghp_...`)_ with `gh-copilot`, which is not currently supported. While...