Nicolas Karolak

Results 52 comments of Nicolas Karolak

Do we want it enabled by default? `pylsp` relies on plugins for diagnostics, etc. and there is a [ruff one](https://github.com/python-lsp/python-lsp-ruff). Won't it cause duplicate diagnostics messages? My usage is to...

This is done, thank you for the guidance! 🙏

ℹ️ As a workaround i'm using a task + keybinding calling `tv` tool (could also works with fzf): ```jsonc // ~/.config/zed/tasks.json [ { "label": "Project Finder", "command": "zed $(tv projects)",...

> A LLM programming tool should use LLM to design and implement themes. I did give a try at this a few days/weeks ago. I got something working but did...

Somehow when i run Crush from a Zed terminal it has a light theme 🤷 What sorcery is this?

> that it's okay to use workflows insecurely I don't see it this way, for my use case it is just a workaround (for this bug https://github.com/actions/runner/issues/2185#issuecomment-1683545859) to allow running...

The next error message talks about relinking the binary with "with -headerpad or -headerpad_max_install_names". TBH i don't know if this is something to do on your pre-compiled ripgrep binary or...

I can confirm that it is solved now. Thanks.

If a manually install the VSIX file it works, thanks. So what is not working is just the IDE detection when running `/ide` from Claude Code in the integrated terminal....

Yep, i ended up relying on this: https://github.com/nikaro/homebrew-tap/blob/main/Formula/tabby.rb#L15 ;-)