kth8
kth8
I heard pyperclip is discontinued according to this project https://pypi.org/project/clipman
My Podman socket wasn't enabled by default so I had to manually enable it. I then set the `DOCKER_HOST` environment variable to point to `$XDG_RUNTIME_DIR/podman/podman.sock` as you suggested and whalebrew...
@CharlesChen0823 I just installed Zed from flathub and the only thing I changed was the theme so I'm using whatever the defaults are. When I run `ps` it seems to...
ok I added that to my config then restarted Zed and now I see `pylsp` running instead of `/var/home/owner/.var/app/dev.zed.Zed/data/zed/languages/pyright/node_modules/pyright/langserver.index.js` ``` ps aux | grep pylsp owner 2637817 0.8 0.0 508776...
With Python LSP Server I noticed the `pylsp` process would not exit after closing Zed and new processes would spawn after starting Zed again. Is this the expected behaviour? ```...
@probably-neb I did some more monitoring and I don't think the problem is pyright. I'm still experiencing Zed taking up more and more RAM and CPU when I'm not even...
I really have no clue. I can try to see if it's Flatpak related by using the version from here instead https://zed.dev/api/releases/stable/latest/zed-linux-x86_64.tar.gz
That's a fair point. There are new versions being released every couple of days, often with breaking changes so migrating right now might indeed introduce unwanted instability. Waiting for a...
The openai-python library is completely separate from the ollama-python library that uses a different API so it doesn't seem appropriate to include that here. If people want to use the...
`ollama run hf.co/bartowski/Llama-3.1-8B-Lexi-Uncensored-V2-GGUF:Q8_0` works so perhaps so you should open an issue in Orenguteng's Hugging Face repo asking him to use standard quantization naming scheme.