-
`Some new packages are needed.` is printed, even though the upgrade plan only involves removing packages.
```
$ elm package install rtfeldman/html-test-runner
To install rtfeldman/html-test-runn…
-
My editor is executing `elm-format` a lot. It looks like `binwrap` is slowing down execution. Same effect with `npm` only. I think we need more comparisons on other systems and if `binwrap` is the cau…
-
I've tried installing Elm 0.18.0 via npm and via the Mac installer. In both cases, I can't get `elm-package install` to download packages for me.
```
> mkdir test-example
> cd test-example
> elm…
-
### Describe the feature you'd like
There are two major ways groups can be resolved in LDAP Directory Servers. Either via the an attribute on the user (usually `memberOf`, RFC2307bis). Or via the gro…
-
**Quick Summary:**
Compiler crashes with the error:
```
Compiling ...elm: ./Data/Vector/Generic/Mutable.hs:703 (modify): index out of bounds (3,3)
CallStack (from HasCallStack):
error, call…
-
This is an idea for an additional workflow for packages created using "new-package".
I've been feeling blocked from releasing a package when I didn't have a computer available and only had my phone.
…
-
I used `elm-upgrade` and ended up with this:
_(I did get a warning about missing 0.19 versions at some point)_
```
{
...
"dependencies": {
"direct": {
...
…
-
**Problem**
For SEO reasons as well as to prevent FOUC we prerender our Elm apps with certain tools. That means that by the time the Elm app initializes the DOM is already filled and the Elm app is s…
-
```
Hi,
I'm cleaning chrome cookies using selenium navigation. (I'm doing it between
tests to save the time of re-opening the browser).
If I try browsing to a URL after the cleaning, selenium will d…
-
**Quick Summary:** ???
Running `elm bump` on the project [`smucode/elm-flat-colors`](https://github.com/smucode/elm-flat-colors) using `0.19.1` I get this error:
```
➜ elm-flat-colors git:(mas…