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'm currently using http://package.elm-lang.org/all-packages to provide a [package manager ui](https://github.com/rundis/elm-light#59-package-management) for the elm Light Table plugin. However I believe I could make it a lot more powerful if the all-packages...

request

Example is http://package.elm-lang.org/packages/avh4-experimental/elm-layout/1.1.1/ The markdown README contains a link to demo.png, which displays as a broken link. It should be transformed into `https://github.com/avh4-experimental/elm-layout/blob/1.1.1/demo1.png` to work correctly.

bug

[This feature](https://github.com/elm-lang/package.elm-lang.org/pull/91#issue-109519252) worked on `master`, but got lost during the `revamp`.

request

Continuing https://github.com/elm-lang/elm-lang.org/issues/299 Show some info about this users packages. Valuable content could include: - Weather reports on different packages? - Info about how widely used the packages are? What exactly...

request

... not to the top level of the github repo. Requested, for example, [here](https://groups.google.com/d/msg/elm-discuss/5dwJjy-kd5g/nuGE4gfENIYJ). I've also felt the same want. Should be something happening in these lines: https://github.com/elm-lang/package.elm-lang.org/blob/a8f00fba39fd9d82ff6e27f820932859f481475a/frontend/Component/Header.elm#L36-L37

request

Some users might prefer the more feature-rich options of AsciiDoc, Org Mode, or reStructuredText for better documentation—or perhaps fixing Markdown parsing gotchas with Djot.

The file size limit for docs.json is preventing the publishing of some packages, particularly those with generated content. This PR increases to limit to 1mb. #361

As described in [https://github.com/matheus23/elm-default-tailwind-modules/issues/6](https://github.com/matheus23/elm-default-tailwind-modules/issues/6) it's not possible for the package to support Tailwind 3 because of the `docs.json` size limit. I don't know how often the limit prevented someone from...

> `tracker = Nothing` is `withCredentials : Bool` in the [documentation](https://package.elm-lang.org/packages/elm-lang/http/latest/Http#request)?