Dennis Gosnell

Results 78 issues of Dennis Gosnell

https://github.com/haskell-servant/servant/issues/732#issuecomment-365264872

The documentation should be updated to talk about the `ErrStatus` class.

help wanted

By default, Aeson may derive instances for error types that cannot be differentiated from one another. For example, given the following code: ```haskell data FooErr = FooErr deriving (Eq, Read,...

help wanted

It would be nice to have a way to interactively search through the derivations in the tree. For instance, if you're trying to build a derivation with musl instead of...

enhancement
help wanted

It would be nice to make ctrl-c copy the derivation path of the currently selected derivation in the tree. This would be similar to the `Copy` right-click action.

enhancement
help wanted
good first issue

As far as I can tell, it appears that haskell.nix ignores `includeDirs`. It is defined here: https://github.com/input-output-hk/haskell.nix/blob/643c219a5ef0a4b2570c8d056fa827214b4a0b64/modules/package.nix#L197-L200 However, it is not actually used anywhere in the haskell.nix codebase. My guess...

preserved

It would be nice to have an easy way of installing bash completions from optparse-applicative. We've added a small post install script to our own CLI tools with a module...

enhancement
help wanted
good first issue
easy

It would be nice to setup a proper logging framework in the Termonad source code. There are various places that throw errors or output log messages, and it would be...

enhancement
help wanted

There was a bug reported when trying to use `language-javascript-0.7.1.0` in PureScript: https://github.com/purescript/purescript/pull/4199#issuecomment-962622105 It appears that `async` is completely treated as a keyword, and not allowed as an object key....