-
Other than the directories not being made in #61 there is another issue, it does not copy the elm-package.json or elm-stuff at all, it seems that the elm compile is making stock versions of those dire…
-
I am behind a corporate proxy running on OSX El Capitan and elm v 0.17.1. When I execute any statement in repl i get the following errors :
Error: The following HTTP request failed.
http://package.e…
-
Hello,
I see a package and try to install it through some change in elm-package.json but I add a version that doesn't exist.
So because of no error are displayed when you make a "elm make" or "el…
-
Due to an issue with the `name` field in the exercism report of elm-test-rs, we needed to update both the `mpizenberg/elm-test-runner` elm package with the fix (https://github.com/mpizenberg/elm-test-…
-
I'm trying to get a simple setup for an Elm single page app.
I've got this modd.conf
```
@shell = exec
src/**/*.elm {
prep: elm-make src/App.elm --warn --output elm.js
}
elm.js index.ht…
-
The following happens in GAP 4.13.1 and in the current master branch.
```
gap> G:= Omega( -1, 6, 3 );;
gap> ConfluentMonoidPresentationForGroup( G );
Error, List Element: [73] must have an assigne…
-
```
What steps will reproduce the problem?
Error information:
compiling dfs_elm.c...
..\..\components\dfs\filesystems\elmfat\dfs_elm.c(574): error: #70: incomplete
type is not allowed
..\..\compon…
-
_From @jgibson on July 25, 2017 14:44_
If you accidentally call Coalesce with a single argument then it will crash the executor. Ideally it should provide a useful error message. For example, running…
-
**Quick Summary:**
Packages that use a lower case `readme.md` and/or `license` won't have those files uncompressed locally in the cache from the package zip archive.
## SSCCE
```text
$ elm …
-