Sean Allred

Results 314 comments of Sean Allred

The margin seems perfect for this job 😄 For the date piece, do you think it should be based on the date the pull was created or last updated?

Huh, never noticed that. So let it be written…

@stardiviner I think that's the plan. I *really* need to get back to work on this project :wink: There's handling for this now; I just need to polish and publish.

Coming back to this since it came up while writing documentation. Is there a strong reason for not cloning the `source` repository and then adding the fork as a normal...

Yes, and your fork is really just a branch of the source to be merged into its base. Is there any difference between having ``` [upstream] url = path/to/source.git [origin]...

You need to provide a value of 'empty-string' to exit. Under Ivy, it's `C-M-j`. https://github.com/vermiculus/magithub/blob/c2ba8025d96e60783672e4103c554e2cdeb3a19f/magithub-core.el#L811-L825 https://github.com/vermiculus/magithub/blob/c2ba8025d96e60783672e4103c554e2cdeb3a19f/magithub-core.el#L795-L809 It is in the documentation of the function, but I can see it being...

It would definitely take a lot of time, and it's something I've been wanting to dig into as well. I'd like to do something similar to magit's commit log --...

Re your last question, have you refreshed GitHub data with C-u g?

About a 'dashboard view', I'm thinking of something with a similar interface to the current dashboard, but dedicated to the GitHub-y parts of the project. Things like CI status might...

Heyyy, that works! I knew generalizing it would come in handy. You could also do a function to only have issues updated in the last two weeks or so. Here's...