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...
This also affects code completion options from the terminal in ipython.
In my case I'm using `wezterm 20240203-110809-5046fc22` which comes with Catppuccin built-in. I've enabled the theme like so: ```lua local config = {} -- In newer versions of wezterm, use...
> Thanks for the reproduction instructions, my results are a bit interesting. > > This is my IPython Config: > > ```python > c = get_config() #noqa > > c.InteractiveShell.confirm_exit...