-
I ran into a compiler bug while working on my elm app. Below is the offending code as much as possible.
## SSCCE
```elm
module Main exposing (..)
import Html exposing (text)
import List.E…
-
The README [currently says](https://github.com/elm-community/Manifesto/blob/745ff071228b98626426f4e766af22f4c2c4983d/README.md) `elm-community` is for two purposes:
1. [Providing a home for widely …
-
There is an open issue to add Elm support to Travis-CI (https://github.com/travis-ci/travis-build/pull/934). Part of the process of getting Elm support approved is to have a group of at least three p…
-
# Why?
In 2016 when we were considering our options for how to build an upcoming web app/project,
we opened the "***Why***?" issue #1 to capture our initial reasoning for shortlisting Elm.
In th…
-
Currently, it seems there is no method to get the nth character of a string in the standard library, I'm pretty sure the only way to do so is to first convert it into a list, then into an array, then…
-
Hey hey! I'm starting a new elm-pages site for the first time in a while today and after running `npx elm-pages init sitename`, `elm-pages build` gives me this:
```
-- PROBLEM BUILDING DEPENDENCIE…
-
While we have traditionally _resisted_ using IDEs for our coding, because they tend to be
We are always on the lookout for a more seamless development experience.
The latest Elmtown podcast htt…
-
I am hitting a Debug.crash with some of my tests. In other words I'm reaching a place that I thought was impossible to get to so i'm pretty keen to see what is happening. But I don't get the name of t…
-
Intending to install [elm-community/list-extra](https://package.elm-lang.org/packages/elm-community/list-extra/latest), I mistakenly typed:
```
elm install elm-community/elm-list-extra
```
…wh…
-
$ npx elm install elm-community/material-icons
The following packages do not work with Elm 0.19.0 right now:
elm-community/material-icons