Napoleon Ahiable
Napoleon Ahiable
In the file `jsonls.lua`, the first line in my was `local default_schemas = nil`. I think because `default_schemas` is set to `nil`, `ipairs` is having issues looping over it. I...
> `company-lsp-cache-candidates` seems to fix the problem. However, typing something that doesn't match a completion makes it show the full list again. > > > Looks like the php lang...
@evanlouie Thanks for this. It there a way to silence or better yet print a message like 'No global packges installed' when there are no pnpm global packages installed. At...
Yes I did run 'mise reshim'. Sorry should have mentioned that. The issue still persists however.
> created #1529 which will display what they are to help debugging Thanks @jdx With the update you pushed, I now see that the missing shims are `mix` and `nimble`....
I appreciate the challenge the author faces with regards to the fact that node.js is relatively new and depends on so many other modules to get an application working. Node...