-
While most of the ligatures are great, the sequence of characters `{-` looks weird for my taste.
A typical case in Go language is to specify the content of a slice/array/map within a single line. Bu…
narqo updated
7 years ago
-
Hey!
Firstly thank you for your work on linter so far, you've done an awesome job on v2 and should be immensely proud to have created such a polished and usable open source linter. Considering how ma…
-
fokot updated
7 years ago
-
The stackage issue: https://github.com/fpco/stackage/issues/1676 Around 20 packages from Stackage was hold back due bounds.
Let's document packages which are or were broken due missing upper bounds…
-
Problem: The IP address logged into the file given by `--access-log=` is recording `127.0.0.1` instead of the real visitor IP address. This happens even if I specify `--proxy=X_Forwarded_For`.
I have…
snap9 updated
7 years ago
-
I tried to create a Haskell translation of [this kata](https://preview.codewars.com/kata/pairs-of-integers-from-0-to-n) and facing with the following issue:
The random test call the `Solution Setup…
-
`e4b` is a cryptic name.
We should make everything possible to make it clear that this is the Bazel Eclipse IDE plugin.
Using `eclipse` in the repo name should help.
-
Hey Jeffrey:
- Per our Slack convo I created this issue just to track what you can work on ability-wise / what you'd like to work on.
- Maybe I'm projecting too much here, but the biggest issue st…
ghost updated
7 years ago
-
1. Create file ".ghci" in your project's root
2. Add inside
> :set prompt "\x03BB> "
1. Open this project with Atom
2. Haskell IDE | Open REPL
and it will give error:
> : hPutChar: invalid arg…
-
I'm going from markdown and literate haskell to html and it seems that all my code blocks end up misaligned due to some extra indentation. For example the following markdown
```
~~~~~~~~~~~~~~~~~~…