Aaron Jensen

Results 177 comments of Aaron Jensen

For anyone interested, this works for me assuming the GitHub theme (adjust the colors for any other theme): ```elisp (with-eval-after-load 'magit-delta (set-face-attribute 'magit-diff-added-highlight nil :background "#d0ffd0") (set-face-attribute 'magit-diff-added nil :background...

It's probably not the best way to do it. I don't know if overlays can extend... they couldn't from my testing. The problem is you'd have to get the background...

Yeah, that could definitely help. I don't think I'll be able to put something together, but a parseable show-config would help someone most likely.

If I have two remotes (when I wrote this originally the code to default to the only remote was not present) and neither of them is a fork, I do...

Thank you @justbur, much appreciated. Would it be possible to move evil-magit's submodule binding to make room for the forge binding? Maybe this could be an opt-in flag for now...

I ran into this as well, the problem would be solved by allowing `-c` to match on the full class name including instance name that comes back from wmctrl. If...

I can reproduce this if I use a window manager like slate to move the window. It doesn't happen every time, but occasionally the tooltip will appear in the wrong...

Ah, I was planning on opening an issue to say that `CommonsChunkPlugin` caused problems w/ HSWP, but it seems this is known. This is unfortunate as it's an important part...

FWIW, I think this is too much to include by default. Specifically postcss/babel-preset-env. The other stuff seems fine as a base, I'd have that be a preset rather than a...

AFAICT, caching anything w/ `..` doesn't work.