Dennis Gosnell
Dennis Gosnell
### This Merge This PR is the regular merge of the `haskell-updates` branch into `master`. This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. You may be...
I added a flake to Termonad in https://github.com/cdepillabout/termonad/pull/202 for use by Nix users. After flakes are fully released and no longer experimental, I should update the README to explain how...
I sent a PR adding a top-level `termonad` key to nixpkgs: https://github.com/NixOS/nixpkgs/pull/136350 Once the next version of NixOS is released (probably `21.11`), I'd like to update the Termonad README to...
The default blue color in Termonad is quite dark. If you have text in the default blue color, it is quite hard to read on a terminal with a dark...
It would be nice to accept arguments to `termonad` on the command line. Where possible, the current Termonad options should be able to be specified on the command line as...
There is an error when building on Mac OS X with `nix-build`: ```sh $ nix-build these derivations will be built: /nix/store/i9bshwz2c399kp7l4lx250pbmfmhybwg-gi-gdk-3.0.16.drv /nix/store/9jbrqdyyn8pv2sqyq6nji8czrn1asgj4-gi-gtk-3.0.25.drv /nix/store/z6avnj4m301v98gz5qalqypbcaw41xdj-gi-vte-2.91.19.drv /nix/store/vnwd225s1nqci5rmllq3dfsxqz9zr8mf-termonad-0.2.1.0.drv /nix/store/cnjfxi5wqy6afhvqzgf83xmrr51viw4m-ghc-8.4.4-with-packages.drv /nix/store/n8n8wpasf3047q269simcf03zx71v7lv-termonad-with-packages-8.4.4.drv building '/nix/store/i9bshwz2c399kp7l4lx250pbmfmhybwg-gi-gdk-3.0.16.drv'... setupCompilerEnvironmentPhase Build...
compilation fails with stack on NixOS because arguments passed to hsc2hs for haskell-gi are too long
There is an issue on the nixpkgs issue tracker that is tracking this: https://github.com/NixOS/nixpkgs/issues/49206
PR #130 (for issue #82) implemented a preferences dialog. It would be convenient to have a way to set console colors from the preferences dialog. The preferences dialog currently looks...
@jecaro implemented a feature to add a right-click context menu to the terminal allowing for easy copy and paste in https://github.com/cdepillabout/termonad/pull/136. It would be nice to add special support for...
It would be nice for the user to be able to set default key bindings in their `termonad.hs` configuration file. Currently there are two types of key bindings: - Key...