I hereby claim:
- I am Zamua on github.
- I am zamua (https://keybase.io/zamua) on keybase.
- I have a public key whose fingerprint is B44E 21FC 0F14 F1E6 A9AF 0776 EC7E 2607 D1A9 A422
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Claude Code LSP Fix | |
| # ==================== | |
| # Fixes the LSP plugin bug: https://github.com/anthropics/claude-code/issues/13952 | |
| # | |
| # THE BUG: | |
| # Claude Code's LSP manager has an empty initialize() function that should | |
| # load and register LSP servers from plugins, but instead does nothing. | |
| # This causes "No LSP server available for file type" errors. |
| #!/bin/bash | |
| # Check if FFmpeg is installed | |
| if ! command -v ffmpeg &> /dev/null; then | |
| echo "FFmpeg is not installed. Please install it first." | |
| exit 1 | |
| fi | |
| # Check if input file is provided | |
| if [ $# -eq 0 ]; then |
I hereby claim:
To claim this, I am signing this object: