package.elm-lang.org icon indicating copy to clipboard operation
package.elm-lang.org copied to clipboard

website for browsing packages and exploring documentation

Results 89 package.elm-lang.org issues
Sort by recently updated
recently updated
newest added
trafficstars

I shared my package [on Twitter](https://twitter.com/jinjor/status/871505927559561216) but it was not appealing so much. I suggest adding some OGP information like this: ```html ```

request

Most links point to `#anchor`, but links in function signatures to types point to `ModuleName#anchor` instead of `#anchor`. This works fine for published projects since `ModuleName#anchor` points to `../ModuleName#anchor` which...

bug

See for example, `elm-test`'s example which is really hard to read with this small width. http://package.elm-lang.org/packages/elm-community/elm-test/latest I'm using Chrome on Windows 7. ![capture](https://cloud.githubusercontent.com/assets/1058456/22226061/19445360-e1c5-11e6-9e4f-ed8552c08dae.PNG)

problem

Due to the module documentation comment being [split into chunks](https://github.com/elm-lang/package.elm-lang.org/blob/4184d5e03d8f445a90962ce6e7cc68a683686d93/src/frontend/Component/PackageDocs.elm#L221), the link in the following example will not work. ```elm module Example exposing (..) {-| See [example] @docs example [example]:...

problem

Convenient to have the nav follow window.

Take [Navigation.program](http://package.elm-lang.org/packages/elm-lang/navigation/1.0.0/Navigation#program) as an example, this has a large type ``` program : Parser data -> { init : data -> (model, Cmd msg), update : msg -> model ->...

bug

Searching google for elm window leads me to: http://package.elm-lang.org/packages/elm-lang/core/2.1.0/Window With a header warning saying: "Warning! The latest version of this package is 4.0.5". This link is broken. - The correct...

Rather than having to back out to the top level every time to search all packages.

request

It would be nice to be able to link to a search. For example, in IRC the topic of elm-history came up and how the 0.16 version was hosted at...

request

As explained [here](https://github.com/elm-lang/package.elm-lang.org/issues/133#issuecomment-160266271), I think it makes more sense to present links for all subentries of a module that matches the search term on a package's page. From over there:...