-
I want to use only manual cost centers when profiling, but it appears that stack is forcing `--ghc-options='-auto-all'` whenever profiling is enabled. Even if I pass `--ghc-options='-fno-prof-auto'`,…
-
Erlang/OTP provides rich support for monitoring and profiling the state of a running system. This support can be enabled at any time, doesn't require special compilation and has negligible impact on r…
-
When I am programming a long running application (like a web api), I'd like to have a feature where the program that has been executed after building is killed when a source code change is found.
For…
-
I'm interested in using gitit as a note-taking environment. Typically I'll be taking notes on a netbook in a conference hall without power outlets, and therefore running on battery.
I see from the gi…
-
Currently we can define ADTs using recursive sum types, *e.g.*
```
type Tree = Unit + N * Tree * Tree
```
We can then define constructor synonyms like
```
leaf : Tree
leaf = left ()
node : N…
-
In the not-too-distant future, I'd like to bump Tree-sitter's version to 1.0, indicating a greater degree of stability and completeness. After that I'd like to regenerate all of the parsers in the [tr…
-
I was browsing the various open issues on this repo the other day and the following comment gave me an idea: https://github.com/dhall-lang/dhall-lang/issues/253#issuecomment-433250451
If we are wil…
-
**Is your feature request related to a problem? Please describe.**
The position table consumes memory and a per-position memory consumption stops us from generating many positions, which is also ba…
-
`--numeric-version` flag is automatically added as I use `summary`. Is there any way to customize help message of `--numeric-version`?
Thank you.
-
I'm running LanguageClient-neovim and hie-wrapper. The command I've configured in my `init.vim` is `hie-wrapper -d -l /home/myuser/tmp/hie.log`.
When I enter a project and execute a hover request, …