package.elm-lang.org
package.elm-lang.org copied to clipboard
website for browsing packages and exploring documentation
Now there are multiple ways how to name for example GraphQL module: Graphql, GrapQL or GrapQl. Can we establish a standard that derives from "Browser.Dom"? Screenshot:
Add renamed package to problemPackages
Hi @evancz can you unpublish this package (achutkiran/elm-material-color/) as original developer updated package to elm 0.19. This forked package just creates confusion
Hi @evancz, would it be possible to remove this package due to wrong naming and too early release?
- [x] Running elm-format - [x] Addressing elm-analyse issues [*] * except removing the TODOs
I have seen beginners struggling in understanding how to import a package, especially because there is no enforced consistency in naming. For example ``` elm/html -> import Html evancz/elm-playground ->...
It would be very useful to add docs for the build process. I documented my trial and errors here https://github.com/elm/package.elm-lang.org/issues/346 Thanks
Trying to build the backend server with cabal I hit some roadblocks in the process. I think I could get around some issues but others I don't know how to...
If you use an elm code snippet in your documentation that starts with a module line then the highlighting does not work correctly, for example: [jfmengels/[email protected]](https://package.elm-lang.org/packages/jfmengels/elm-review-debug/1.0.1/) (bad highlighting with module...
The top autogenerated `H1` title of each module documentation page doesn't have `id`, so there is no way to link to top of module documentation page. For example link https://package.elm-lang.org/packages/elm/core/latest/List...