Wisut Hantanong
Wisut Hantanong
Hoogle
`reflex` and `reflex-dom` is not searchable on [https://hoogle.haskell.org](https://hoogle.haskell.org/?hoogle=Dynamic%20t%20%5Bv%5D)
Try to convert [gloss](https://github.com/benl23x5/gloss) project to nix expression and got following error ``` $ stack2nix --version stack2nix 0.2.2 $ stack2nix --stack-yaml stack-8.6.yaml . --verbose Ensuring git version is >= 2...
I just finished reading all 20 pills and love them, great work! :heart: It would be wonderful to have something like these for NixOS.
I know that ghci have `:ctags` command for generating tag file but don't know if I want to use `hasktags` instead (if it provide more useful information).
It would be nice if completion can be case-insensitive. Different behavior in bash prompt and ghci prompt drive me crazy.
It seem like `node2nix` don't check for invalid argument. This could be the source of confusing if there is any typo on argument, for example, `--deopment` instead of `--develpment`. ```...
I would love to have command line argument for `doctest` binary to stop after specific number of failed tests. The example use case is when I am doing coding exercise,...
 would be nice if it can get some indicator to tell if the feature is enable or disable, like this  Also: Is there a way to set some...
I follow building instruction on README.md * [x] Game container was build * [x] API container was build There is no instruction on how to connect the API output to...