user-scanner · pr #338 · merged
fix(gumroad, girlslife): force accept-encoding: identity
both modules advertised accept-encoding: gzip, deflate, br, zstd, but httpx ships only gzip/deflate decoders by default.
→
ungoogled-chromium · pr #3828 · merged
fix typos in comments and docstrings
fixes a handful of typos found with codespell in utils/ and devutils/ comments, docstrings, and log messages: - checkdownloadsini.py, checkpatchfiles.py: "occured" -> "occurred" -…
→
claude-code-termux · pr #14 · merged
docs: troubleshooting for "required file not found" + stock leftover
adds a troubleshooting section for the most common breakage, claude: cannot execute: required file not found: what it means (an unpatched stock binary is being resolved), why it ha…
→
claude-code-termux · pr #13 · merged
bootstrap: ensure verifies the elf interpreter, not just the +x bit
ensure short-circuited on [ -x "$current" ], but the +x bit doesn't mean the binary can exec: a stock or half-patched binary keeps +x while its elf interpreter points at /lib/ld-li…
→