package.elm-lang.org
package.elm-lang.org copied to clipboard
website for browsing packages and exploring documentation
This makes it so when users type in package.elm-lang.org in Chrome and hit Tab, it will automatically be searching package.elm-lang.org. It turns out this is pretty simple: http://stackoverflow.com/questions/7630144/how-to-add-google-chrome-omnibox-search-support-for-your-site
rtfeldman/elm-sorter-experiment's version [2.1.0 is published as a 0.18 package](https://github.com/rtfeldman/elm-sorter-experiment/tree/2.1.0) and we're using it fine in our 0.18 app. I expect its documentation to be available at https://package.elm-lang.org/packages/rtfeldman/elm-sorter-experiment/2.1.0 but it says...
Using the package [coreytrampe/elm-vendor](https://package.elm-lang.org/packages/coreytrampe/elm-vendor) returns ``` Error: The following HTTP request failed. ``` during build as the GitHub account "coreytrampe" [does not seem to exist anymore](https://github.com/coreytrampe), and the source of...
When registering new packages, the GitHub archive URL includes a slash at the end. This works in most situations as `github.com` is lenient about forwarding requests with or without the...
Feature request. The package directory should show a map of dependencies, like #147. The aim is to expose the ecosystem surrounding a package. There should also be different extensibility options...
For example, attempting to load https://package.elm-lang.org/packages/ianmackenzie/elm-units/latest/#multiplication-and-division will generally just load the README for `elm-units` without additionally jumping down to the "Multiplication and division" section. Scrolling down to the table of...
Edit: at least for `Mouse ` it is. example: http://package.elm-lang.org/packages/elm-lang/core/2.0.1/Mouse will show a `Warning! The latest version of this package is 5.1.1`, which redirects to http://package.elm-lang.org/packages/elm-lang/core/latest/Mouse, which gives the error...
The caching policy is causing confusing behaviour and hiding published packages. Here, 1.1.0 is published but doesn't show up, and if navigated to directly we are told an older version...
Documentation text with styles "font-family : 'Source Code Pro'" and "font-weight: bold" renders poorly. Importing both the 400 and 600 weight styles from Google Fonts fixes this.
In my opinion it would be nice to have some more information about packages on their rspective pages. For example a release date for the latest version or the number...