Noah Luck Easterly
Noah Luck Easterly
The `Output` generated by `Graphics.Vty.Output.TerminfoBased.reserveTerminal` clears the entire display and reserves its entire space for output. It seems like it would be possible to generate an alternate terminfo-compatible `Output` that...
The plugin doesn't seem to work on my OSX box: ``` ➤ nix --plugin-files /nix/store/w1k1jb3mvsrww072r91910lw9g8nk9xy-nix-doc-0.5.5/lib/libnix_doc_plugin.dylib repl Welcome to Nix 2.11.1. Type :? for help. nix-repl> builtins.doc error: attribute 'doc' missing...
https://williamyaoh.com/posts/2023-04-22-drawing-trees-functionally.html
For example, this input file produces 8 character lines: ``` $ cat input.py print "α β γ" $ python max6.py input.py output.py $ cat output.py a = "" a+='p' a+='r'...
I've found some cases where `shouldNotTypecheck` fails to capture the deferred type errors. The full error is documented [here](https://github.com/rampion/shouldnottypecheck-bug), but in short, what seems to be happening is: - I've...
When I run tests via `ghciwatch` with this command, it will reload and rerun tests whenever I edit a file in the `test/` directory ``` ghciwatch \ --command 'cabal repl...