Dan Davison

Results 601 comments of Dan Davison

We can also add code to delta that emits a more sensible format such as emacs lisp or JSON.

OK cool, I'll look into it based on the work you've done. Thanks very much!

Hi @The-Compiler, thanks for this. It's been occurring for me too. Definitely needs looking into and I'll try to do that soon! If you do feel like digging in further,...

Thanks! Hm, I'll think about how to debug this. I just double-checked and this is not happening for me.

I haven't followed all the above conversation but a major problem in large repositories is that edamagit (via the upstream vscode git API) always passes `-u` (Show untracked files) to...

If a user has the git config option `status.showUntrackedFiles` set, then magit may be faster than edamagit at showing the status buffer, since magit respects that option: https://github.com/magit/magit/blob/eb14cc7241dc3f52b5b9ad0f8099fbcaf1dec745/lisp/magit-status.el#L760-L781

I agree that this is an important magit-parity feature to implement. To expand on @Silex's point, by default magit has `enter` on a commit diff line bound to (`magit-diff-visit-file`), which...

Hi @yoeo and everyone else, I'm also interested in doing this. I tried, and ran into tf/tf-lite errors. Just in case it helps / inspires anyone to have another go,...

@geert56, it sounds like you have a lot of experience with TF. Would you be able to help point the way forwards regarding the errors we are encountering with TF-Lite...

I'm not sure if the name matters, but I find the word "Keymap" a bit strange, since the extension does much more than just mapping keys. Perhaps it should just...