-
Using "in-module" test configuration if my test is using an `update` function it can happen that rule reports a false positive
-
**Quick Summary:** How hard would adding other hosting endpoints really be?
I just stumbled over this note in https://github.com/elm/compiler/blob/master/docs/elm.json/package.md:
> **Note:** W…
-
**Quick Summary:**
We use docker in order to support multi-platform dev environment. On M1 macs, `npm install -g elm` fails because there is no pre-build binary for `linux_arm64`. We want to avoid h…
-
To reproduce:
```bash
./tests/run-tests.sh
```
The error is:
```
/home/harry/repo/elm/core/tests/elm.json
Failed to read elm.json:
Expected "source-directories" to contain at least one i…
-
Hey this is similar to [#9](https://github.com/CultivateHQ/seat_saver/issues/9) except I'm on a mac.
I noticed that I was getting the following error:
```
09 Sep 13:51:28 - info: compiling
Elm compil…
-
**Quick Summary:**
While working on https://github.com/hovsater/aoc-elm I encountered an error message that produces unexpected output inside a terminal. Specifically the error message seem to emit…
-
The code generation for the tail call optimization does not appear to create proper closures to variables. In the following example I would expect `goodOutput` and `badOutput` to be the same, but inst…
-
If scantool initiates a command or request right after a previous request completed, the interface might still be listening for more responses from the vehicle when we send it the second operation. Th…
-
**Quick Summary:**
I want to import `Framework.Button` when both `lucamug/style-framework` and `Orasund/elm-ui-framework` are in my direct dependencies. But it's impossible to specify which one I wan…
-
It would be nice to be able to configure a few exceptions to ImportAll, i.e. cases where ImportAll is OK. I would prefer to configure Model as an exception. See guideline 2 here for more: https://beco…