Noah

Results 21 issues of Noah

Please check out the fork https://github.com/NoRedInk/elm-check instead, which is updated for the latest Elm and guaranteed to be supported for the foreseeable future.

Example: File b.elm ``` module B where f = identity ``` File a.elm ``` import B ``` On Windows and OS X), there will be no error and it will...

bug

Sibling PR for https://github.com/elm-lang/elm-package/pull/245 Please see discussion on that PR. All this PR does is send the `defaultHostUrl` to elm-package when called via elm-make.

``` [noah@arch elm-repl]$ elm-repl Elm REPL 0.4 (Elm Platform 0.14.1) See usage examples at Type :help for help, :exit to exit > hello = 5 failed with 'FailedConnectionException "package.elm-lang.org" 80'...

This adds a bunch of example elm-html-test tests, as discussed at the meetup. Feel free to not merge, just thought I'd show how you could use it to save some...

I found myself in the situation where I'd like to be able to match against part of a string within a text field. For example: https://github.com/terezka/line-charts/pull/38/files#diff-c75cfaadb0c1fe89dc19f42360af0317R91 In this case, the...

It's becoming such a large issue that I'm encountering people who use 32 bit Linux who can't install Elm because there's no 32 bit in this package. If elm is...