Neil Mitchell

Results 224 issues of Neil Mitchell

Give a page you can paste in text and get back HLint suggestions. Either just link to an existing paste site that does it, or write my own on top...

good first issue

From https://code.google.com/p/ndmitchell/issues/detail?id=446 Sometimes people ask questions that could easily have been answered by a Hoogle search. I should clone http://lmgtfy.com/ , but for Hoogle.

enhancement

See `` in https://webkit.org/blog/8718/new-webkit-features-in-safari-12-1/ as an example. Using that in preference to the custom JQuery thing should make it more accessible and reduce the amount of code.

enhancement

Search for Shake. Click on Uses next to Development.Shake. Notice it only searches for Shake, not Development.Shake

enhancement

We should be matching arguments to each other when we reorder them, and highlighting them. Hoogle 4 did this, bug Hoogle 5 lost that feature.

enhancement

I bumped the stack limit to 1M, which is way too high, should investigate why and bring it down

After the release, when things are at "feature parity" or thereabouts.

Searching for "type" and "@" work in v4.

enhancement

- `a -> b` should find `unsafeCoerce` before `id`. - `IO a -> m a` should find `liftIO` first. - `a -> m a` should find `return` or `pure` first.

e.g. runState shouldn't give an internal module in containers as the top result.