Joël Perras
Joël Perras
> I was only aware of best, which through trial and error I discovered was actually available, although not documented. Best way to find out about those ones is to...
I am also running into this bug, with GNU Emacs 27.1.91.
@charignon Sure, I'm game. It may be a mitigating factor, but I am using Doom Emacs; happy to help debug/test.
My output: ```text 0 1 2 3 Got an error from the GitHub API (wrong-type-argument stringp nil)! ```
For clarification, I *do* have a separate token for `github-review` with the scopes listed in the `README.md`, and this is my (redacted) authinfo: ```text machine api.github.com login jperras^forge password [REDACTED]...
So, I think I've (partially) solved my problem. Turns out the message that said I didn't have the token in my authinfo was right; my `auth-sources` path was set to...
@freysteinn I never did figure out what the problem was - I just ended up not using `github-review` in my process. Let me know if you find anything :)
This looks pretty decent to me. :thumbsup:
@rirze fwiw you can get diff highlights via [`magit-delta`](https://github.com/dandavison/magit-delta) and something like the following in your `config.el`: ```elisp (use-package! magit-delta :after magit :config (setq magit-delta-default-dark-theme "Monokai Extended" magit-delta-default-light-theme "Github" magit-delta-hide-plus-minus-markers...
Provide a way to allow explicit overrides of subdependency versions of top level packages in pipfile
It comes up semi-often. I've had to sometimes spend days trying to track down the maintainers of some package dependencies and ask/beg them to widen their proverbial net, so to...