Scott Callaway
Scott Callaway
I'm also seeing this issue, having moved to `coq` from `nvim-cmp` because it was too slow. I wonder if it's something to do with the fact that TSServer is quite...
Happy to do that in this PR, just need to find a spare few minutes to get it updated!
Going to close this PR and open one that better reflects the result of the discussion in this PR!
> Should it be casted to a number type by doing setValue(Number(event.target.value));? Yeah we've just been doing `event.target.value as {type}` but that's far from ideal. Literally no point in the...
@noobyogi0010 If you're going to tackle this, I think we need to look at the fact that `SelectChangeEvent` is a union of a type that's dependent on the generic, as...
``` Error executing vim.schedule lua callback: ...gitsigns_issue/gitsigns//lua/gitsigns/async.lua:76: The coroutine failed with this message: ...gitsigns_issue/gitsigns//lua/gitsigns/hunks.lua:172: Invalid hunk with untracked=true hunk="@@ -2308,1 +2308,3 @@" stack traceback: [C]: in function 'assert' ...gitsigns_issue/gitsigns//lua/gitsigns/hunks.lua:172: in...
For what it's worth, that's editing the same file that I was recreating the issue on earlier. It's a file that already exists in source control and I've just updated...
> Gitsigns doesn't think this file is maintained in git for whatever reason Hmm that's strange, do you believe it's not an issue with gitsigns then? > You would have...
> I tend to see this issue happen when I do some git-related calls outside of nvim in another tmux window This is interesting. I _do_ use Lazygit in another...
> I just want to point out no one has yet to provide the output of debug messages when this error occurs. I've just pulled the following logs out now...