Issy Long

Results 34 comments of Issy Long

I am interested in doing at least some of this, so I'll try to carve out time. With packing and moving house in the next few weeks I'm not sure...

@Rylan12 Figuring out how we'd use `redirect_from` would be a good one, given the amount of templating and auto-generation going on here.

Sorry but you're going to need to rebase this on master after I changed CI. innocent

`gh alias set co 'pr checkout'` works - thanks, @mislav. I didn't realise `alias set` was a thing. 😳 I did try out `gh alias set 'pr co' 'pr checkout'`,...

Thanks for your responses. This is fine to close. If `gh co` still seems weird in a week or two, I can keep my local change to support `gh pr...

@Rylan12 I thought about this, but since they were already separate I assumed there was a design choice in the past that we didn't want them to share.

That looks awesome, @troymccabe! Really looking forward to your PR! 😄

The latest desired features here: - [x] allow filtering to just the core repos (brew, homebrew-core, homebrew-cask) with --repositories=primary or something - https://github.com/Homebrew/brew/pull/14712 - [x] if not already done: include...

Closing this since the big items are completed. The remaining thing that uses `git log` is the coauthors data retrieval. When the GitHub APIs support that filter (I'm working on...

GraphQL pagination learnings: https://til.simonwillison.net/github/graphql-pagination-python