Skip to content

Instantly share code, notes, and snippets.

View pannal's full-sized avatar
🥴

pannal

🥴
  • Germany
View GitHub Profile
@yurukusa
yurukusa / gist-v2-1-119-survival-2026-04-24.md
Created April 24, 2026 23:19
Claude Code v2.1.119/v2.1.120 Survival Checklist: eight regressions filed 2026-04-24, with workarounds and rollback to v2.1.117

Claude Code v2.1.119 / v2.1.120 Survival Checklist (filed 2026-04-24)

Anthropic shipped two patch releases of Claude Code in a 24-hour window. The anthropics/claude-code issue tracker recorded 30+ regression reports on the same day. This Gist summarises the eight that will actively break a working session, with issue numbers, reproductions, and workarounds.

All issues are open at the time of writing (2026-04-25 JST). The shortest possible mitigation is pin to v2.1.117 and disable auto-update until Anthropic ships fixes.

npm uninstall -g @anthropic-ai/claude-code
npm install  -g @anthropic-ai/claude-code@2.1.117
# Add to ~/.npmrc to prevent silent upgrade:
@harmancode
harmancode / gist:3dcfc7efd3429b92f58aff75f853acde
Created August 31, 2024 04:40
Stop and prevent automatic Windows 11 upgrade
1. Stop the Windows 11 Installation
Pause Windows Updates:
Go to Settings > Update & Security > Windows Update.
Click on Pause updates for 7 days to temporarily stop the update process.
Stop the Windows Update Service:
Press Win + R, type services.msc, and press Enter.
Scroll down to Windows Update in the list of services.
Right-click on Windows Update and select Stop.
@slowpeek
slowpeek / dropbear-netplan-fix
Last active December 12, 2025 00:03
Clean up netplan stuff after dropbear-initramfs
#!/bin/sh
: <<'README'
This is a fix for a well-known problem [1] with dropbear-initramfs+netplan
combo.
When dropbear starts, it enables networking [2]. This results in netplan configs
for available ifaces created under /run/netplan. After unlocking, the configs
are still there preventing networkmanager from picking ifaces up: by default,
@BigSully
BigSully / DNS over TLS for unbound
Last active December 20, 2025 13:34
DNS over TLS configuration for unbound, including Google DNS, Cloudflare DNS and Quad9 DNS
server:
logfile: ""
# verbosity: 2
username: "nobody"
interface: 0.0.0.0
access-control: 0.0.0.0/0 allow
prefetch: yes
# include: "/opt/unbound/local.conf"
# include: "/opt/unbound/customize.conf"