Nik Revenco

Results 190 comments of Nik Revenco

> if I type something on a new line, the blame mentions the previous author, not me/"Not comitted yet" Yeah this shouldn't be difficult to fix, once I figure out...

> Hey this looks great thank you ! Would it be possible to map it on a key press to show ? We'd avoid performing the computation every time the...

YES! I finally figured it out. Now we're not doing the git blame on the main thread anymore :) The solution is basically that we have a worker and we...

> Hey this looks great thank you ! Would it be possible to map it on a key press to show ? We'd avoid performing the computation every time the...

It looks like this with Inlay Hints, and end of line diagnostics ![image](https://github.com/user-attachments/assets/4a9dae7a-84f0-4526-bd89-bc899e639a29)

Update: - Now the PR takes uncommitted lines into account. - Added several tests. - You can now customize the inline git blame using a string with variables. - Added...

> Would it be possible to open the git blame into a scratch buffer with git diff language style applied? it should be doable, but it would be out of...

thanks, this is fantastic!! #1 rule in design is to not rely on color (well, there are a lot of #1 rules but this is one of them) :)

> I think the following could be desirable, but don't worry if you feel it is out of scope: > > * yank the blame commit > > * yank...

> I got this panic when using the latest commit, on doing `:log-open` and moving the cursor one line down: > > ``` > ❯ hx . > thread 'main'...