Niklas Hambüchen

Results 209 issues of Niklas Hambüchen

If an import with import list doesn't have the bracket on the same line, imported functions are not highlighted: ``` import Data.List (sort, nub) --

syntax

https://github.com/chrisdone/haskell-docs/issues/2 We should probably make use of that.

http://hackage.haskell.org/package/ghc-imported-from This might be a useful addition.

``` -- a comment build-depends: base ``` ``` build-depends: base -- not a comment ``` We make the `-- not a comment` grey; we shouldn't.

http://hackage.haskell.org/package/hscope Finds definitions and call sites of functions.

enhancement

Right now you have to 100% trust the user that uploads binaries to cachix. Reading the source of a derivation isn't enoug: If the uploader was evil and managed to...

Problem extracted from another issue #459 and added details: I just want to select the username or password with the mouse and then press "ctrl-c" to copy it. However that...

bug

`sparkle-example-lda` seems insanely slow (7 minutes locally, 2 minutes on an EMR cluster with 1 master and 2 workers `m3.xlarge`); e.g. the first `zipWithIndex` takes multiple minutes (when run locally),...

When I accidentally put a `Path()` into `updtodate`, I get this stack trace: ``` Traceback (most recent call last): File "doit-0.32.0/lib/python3.7/site-packages/doit/doit_cmd.py", line 190, in run return command.parse_execute(args) File "doit-0.32.0/lib/python3.7/site-packages/doit/cmd_base.py", line...

Hey, thanks for your software, it is very useful. I used `zbarcam -q --raw | pass otp insert 'Amazon MFA'` to bring an Amazon OTP seed from [andOTP](https://github.com/andOTP/andOTP) into pass,...