magithub
magithub copied to clipboard
**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
Trying out Emacs 29 and I'm running into this error after having [straight](https://github.com/raxod502/straight.el) update all the repos: ``` Debugger entered--Lisp error: (void-function magithub-pull-requests-list) magithub-pull-requests-list() magithub-issue--insert-pr-section() magit-run-section-hook(magit-status-sections-hook) magit-status-refresh-buffer() magit-refresh-buffer() magit-setup-buffer-internal(magit-status-mode nil...
When I try to do 'magithub-clone' it fails with the error: `let: Wrong number of arguments: (0 . 1), 2` after I answer 'yes' on the question 'Clone a-repo to...
- [ ] Basic file URLs - [ ] Single-line anchors - [ ] Line range anchors Originally implemented in #387.
Thanks for magithub! This is a neat project which I'm enjoying getting familiar with. I particularly like the `magithub-issue-personal-note` function. I'd love to be able to have my personal notes...
Whatever I do, I get a `(wrong-type-argument stringp nil)` error. Be it cloning a new repository, or trying to access the dashbord in an existing one. For example: `M-x` magithub-clone...
On doing `magithub-issue-view` followed by an issue number (and hitting tab to complete it), results in an error like this: https://gist.github.com/asheshambasta/02825f922751db858511f42547524bd6 I'm not sure what the root cause of this...
`magithub-issue-repo` is a bottleneck on my machine when bringing up the github status. This is likely because of the `ghub--host` call: ``` (defun ghub--host (&optional forge) (if (eq forge 'gitlab)...
Magit-status on a repo containing 300 opened PRs took a lot of time. Profiling showed ghubp-host was taking roughly 35%. This solution uses a hash table to cache the results....