Adam Vogt
Adam Vogt
Code like this doesn't need a matching `]`: map_chr( `[`(2)) My change won't warn about this: ```r ( [ ) ``` But I think nobody puts `[` at the start...
`HVX.BlackBoxTests.HuberTestSpec` doesn't pass here: ellipsoidAns is ``` haskell ([("x",(4>
I don't think many programs break if changes from `Doc -> Doc -> Doc` to `Monoid m => m -> m -> m`, since everything else in the library has...
With the following page: ```html x x y ``` When I press `f` I get hints H J K. I would prefer to see H H J. Some pages that...
Could optparse-applicative provide more help when combining parsers that have the same flag names. For example: ``` haskell mapOptName :: (OptName -> OptName) -> Parser a -> Parser a mapOptName...
If I load this file [here](https://github.com/aavogt/delaunay-bug/blob/master/main.hs) with cabal repl, `bd` and `br` get stuck after printing out `_neighbours =`. DelaunayTriangulation.Naive works, but it is too slow to help me find...
The comment for buildKDTree says: Expects the input to be a set, i.e. no duplicates. The error message could say something about buildKDTree. Currently the error looks like the following:...
https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/options-phases.html#idp12297584 ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9779047-support-preprocessors-f-pgmf?utm_campaign=plugin&utm_content=tracker%2F332399&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332399&utm_medium=issues&utm_source=github).
Use something like https://github.com/aavogt/language-popularity to sort candidate completions. Questions: - what body of code is actually representative? We don't have an equivalent of http://nbviewer.ipython.org/ to look at, but there is...
When typing "at" into the quick jump for lens I would like the first entry to be: https://hackage.haskell.org/package/lens-5.1/docs/Control-Lens-Combinators.html#v:at . Instead the 20th result only names the class  I would...