Andrey Vlasov
Andrey Vlasov
@imsnif This is not ANSI, it is a Unicode character prepended before each (normal) character of a text piece, like described [here](https://stackoverflow.com/questions/38926669/strike-through-plain-text-with-unicode-characters/62967142#62967142)
``` > fish --version fish, version 3.4.1 ``` Copy-pasting this piece into "echo" outside of zellij works, both piece in quotes and echoed one renders correctly Inside zellij it doesn't...
Try copying `a̶b̶c̶` and pasting it into your zellij
> rule out most transformers anyway This *will* work for simple transformers over `Aff` that just have some more context with them (so, yeah, `ReaderT Aff`), and I'd argue that's...
Thank you for making twitter bearable. Nitter will be missed
@mkoura oh, nice, you should mention that in readme :) However, when I call `make lint` from under nix-shell, it reports: ``` $ make lint pre-commit run -a make: pre-commit:...
This fixes it: ```diff diff --git a/nix/default.nix b/nix/default.nix index c342e8cd..ed087666 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -53,6 +53,7 @@ let requests psycopg2 pandas + pre-commit ])) ]; }); }); ```