xunoaib
xunoaib
@devnolly I couldn't replicate this on my system but you are probably right. Could you please share the output of `ps -p "$(cat /tmp/.dracula-tmux-weather.lock)" -o cmd=` on your system (in...
It looks like ps on OSX doesn't support the "cmd" keyword. It's an alias for "args", so we should probably just use that. Could you please see if this works...
I'll also chime in with a solution that worked for me (in [coc.nvim](https://github.com/neoclide/coc.nvim)). I installed type definitions for Screeps using npm ([`npm install --save @types/screeps`](https://www.npmjs.com/package/@types/screeps)), and the language server picked...
It looks like the route parameter name (`query_info`) just needs to be updated to match what `move_tabs` expects (`move_triplets`). Here's the relevant section from my error log (`/tmp/brotab_mediator.log`): ``` 2025-10-03...
This unfortunately doesn't work for me on Neovim 0.12. I get `[LLM] Error starting llm-ls`. Replacing `vim.lsp.start_client` with `vim.lsp.start` causes the call to return a `nil` client ID, and the...