Neil Mitchell

Results 224 issues of Neil Mitchell

The cmdargs-browser mode should switch to js-jquery. I should also write a blog post about it, since I don't think anyone knows it exists.

Currently they don't tie down the type of the annotation, but it would be good if they did.

Sometimes it is useful for one field to be controlled by two flags, for example `--encoding=ENC` or `--utf8` as an alias for `--encoding=utf8`. I should support that somehow.

Sometimes it is useful to define one flag as entirely custom, e.g. by fully specifying the `Flag` value. I should support that.

I suspect it is never used by anyone, and it introduces an unfortunate dependency. I should try and eliminate it.

People seem to like writing their parsers in applicative format. I'm not a fan (you don't write the label next to the value, which makes it fragile) but I should...

Currently only top-level declarations are trapped. However, it should be anything that looks lambda-like, so anything nested as well. e.g. ```haskell foo x y = ... where bar x y...

good first issue

Specifically there are no docs for: ``` data Config class Observable a observer :: Observable a => a -> Parent -> a constrain :: Observable a => a -> a...

The `location` function in TemplateHaskell can given me the source file, and location of the Debug block. Some kind of smart lexer and matching algorithm could give the original code,...

good first issue

Then I could check the HTML from a PR