Skip to content

Instantly share code, notes, and snippets.

@Zamua
Zamua / apply-claude-code-2.0.76-lsp-fix.sh
Last active January 8, 2026 14:34
script to patch claude-code 2.0.76 to fix lsp plugin
#!/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.
@Zamua
Zamua / converttogif
Last active September 9, 2024 03:18
use ffmpeg to convert a screen recording to a gif
#!/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

Keybase proof

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: