Andrew

Results 287 comments of Andrew

Ah, I see https://github.com/rhysd/npm-filetypes.vim serves this purpose. Sweet!

Er, npm-filetypes is for Vim. Would be nice to have a similar highlighter for emacs.

The Zig Hello World example no longer compiles with pre - 0.7.0. Please update!

Same issue with Docker Scout scanning the techknowlogick/xgo image with simple `docker scout cve -e` commands directly in GitHub Actions. These images are in the 10-20 GB ballpark, since they're...

POSIX sh traps do not persist across subshell boundaries. bash traps can persist if set -E is enabled. zsh function traps persist but not classic list traps.

ash and dash: -E indicates the Emacs text editor. Traps do not persist across subshell boundaries.

posh: Traps do not persist across subshell boundaries.

ksh: Traps do not persist across subshell boundaries.

mksh, oksh, pdksh, rksh: Missing functionality for the ERR, EXIT, and DEBUG signals. Traps do not persist across subshell boundaries.

Thompson sh, tsh, etsh: No documented support for traps.