Maksim Terpilovskii

Results 30 comments of Maksim Terpilovskii

@pedroilidio Yeah, thank you! I was about to write that we need as many tests as possible. Can this functionality be covered by them more carefully?

Thank you once again! Now not all tests are passed 👇

Handling missing values is out of scope of this package. But something should be done with it, I agree. Maybe throwing a warning will be enough... Anyway, thank you for...

Dropping something silently is not a good thing. I will think about it. Maybe let's have a look at some references, bigger packages with millions of users.

Fixed in v0.10.0

Could you please post the error you get after installing Microsoft C++ Build Tools? Is it the same?

Actually, I can't reproduce this issue. Whether I remove `.oxlintrc.json` or keep `oxlint` in `package.json`, the Oxlint language server still attaches without any problems. @Rick-Phoenix Could you please share the...

@justinmk Yeah, exactly. This is what I am struggling to understand now. I have reproduced this case locally. And the LS is attached to the folder where `package.json` is located...

@justinmk Could it be that `vim.fs.find` searches for all files in `root_markers` asynchronously and selects the first one it finds? Seems like this is the case.

@justinmk Yeah, thank you, I have just dived in there. It returns the first found directory for one of the root markers (in-order) before going upwards. So, it will never...