pursuit
pursuit copied to clipboard
Website for hosting and searching PureScript API documentation
Suggestion from @marick. I'm imagining 3 radio buttons just above the list of search results: * Show packages and functions (default) * Show packages only * Show functions only This,...
It would be nice if Pursuit could automatically suggest alternative search keywords when the search failed due to typos. Inputting `mayba` shows ``` Did you mean `maybe`? ``` instead of...
I have this in bower.json: ``` "ignore": [ "/.pulp-cache", "/output", "/src/Main.purs" ], ``` I think Pursuit should not show the `Main` module. Maybe this is a psc-publish issue though?
~~`Prim.Function` has started coming out as `Function` rather than `(->)`. This might need addressing in the compiler.~~ This isn't actually new behaviour. Pretty-printing of *saturated* applications of the type constructor...
I think it would be very useful if while viewing the description of a package, the pairs of `(package set version, package version)` were shown; so if you're looking at...
This is just a feature suggestion, but I would like to venture into implementing it if people don't find it unreasonable. [This list] of packages is kind of bare, so...
General tags like `DOM` or `Async` might be nice to support. I'm not sure how it'd be done though, maybe something in `bower.json`?
On Hackage, you often see "Since 1.1.0" and so on in function documentation, added manually by the package author. It would be nice for Pursuit to produce this automatically.
In short, copy `elm-package diff`. For example: ``` $ elm-package diff evancz/elm-markdown 1.0.0 1.1.0 Comparing evancz/elm-markdown 1.0.0 to 1.1.0... This is a MINOR change. ------ Changes to module Markdown -...
Prerequisite for #98, probably semver is MPL, but I don't think licensing is an issue, see https://www.mozilla.org/MPL/2.0/FAQ.html#distribute-my-binaries and https://www.mozilla.org/MPL/2.0/FAQ.html#virality.