TJ DeVries

Results 272 comments of TJ DeVries

Which problems didn't it fix @Conni2461 ?

So I can just merge as is? haha @Conni2461 you should follow my lead and take some vacation :laughing:

The expected case is that the mapping does not happen?

(In the example you sent, the code wouldn't run -- so I'm just confused what part is supposed to be happening)

OK, I pushed something that should work I think @fdschmidt93

(Did this fix everything?)

Hmm, but in both cases nvim is being used with lua and not luajit? My guess is that the problem is the metamethod boundary, which I didn't know Lua couldn't...

Oh interesting! You're using the ffi package from there installed and accessible from within nvim?

This happens every time you call find files? Small and large directories? I hopefully have time to recompile nvim with Lua only this week and find a solution.

So I'm pretty sure the problem is that `finder` is using `__call` metamethod and that we yield from _inside of the `__call`_. So if I perhaps change the signature to...