Sean Allred

Results 314 comments of Sean Allred

If ISSUE_TEMPLATE is a folder, are each of the files inside a possible template? Is there any documentation from GitHub on this?

Thanks for the info -- I can take a look at this, but it may be a while. I would of course make time to review a PR if one...

Is that the whole backtrace? It looks like it cuts off. Generally when you see this type of error, there's a large section of repetition where the error is coming...

After creating a pull request in magithub, the pull request is actually opened in emacs. From there you can use `w` (`magithub-browse-thing`) to open the PR in your browser. Do...

Cool 😄 I still like the idea of `M-w`, so I'll leave this open for that feature request. You should take a peek at `magithub-map` 😉

Would you want to store the link as http:// or some custom protocol (e.g., `github:agzam/[email protected]`? http:// might make more sense, but it'll be a bit more complicated (I think?).

Is there a way to ask git to resolve a URL with these rules?

Looks like this can be done with [`git ls-remote --get-url`](https://stackoverflow.com/a/26218411/1443496)

Would this make sense as a patch to magit?