llua
llua
Hey, When attempting to use crystalline it gets killed pretty quickly after being loaded by vim. ``` (lldb) target create "crystalline" --core "crystalline.core" Core file '/home/llua/src/exercism/crystal/armstrong-numbers/crystalline.core' (x86_64) was loaded. (lldb)...
https://github.com/magnific0/wondershaper/blob/98792b55c2ebf4ab4cafffb0780e0c4185fdc03d/wondershaper#L29-L39 The above lines allow for code injection[0], which i am unsure is desired. a minimal reproducer: ``` F='abc; bash' bash -c 'eval export F=$F; echo exiting' [user@host ~]$ exit...