Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up-
NoRedInk
- Philadelphia, PA
- Sign in to view email
- https://www.manning.com/books/elm-in-action?a_aid=elm_in_action&a_bid=b15edc5c
Popular repositories
-
seamless-immutable
Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
-
elm-spa-example
A Single Page Application written in Elm
-
elm-css
Typed CSS in Elm.
-
dreamwriter
(NOTE! This has not been updated since Elm 0.15.1 and is not using current best practices. I plan to circle back to it in the future and bring it up to standards.) Streamlined long-form writing sof…
-
elm-workshop
An introductory Elm workshop. Video available on Frontend Masters!
-
node-elm-compiler
A Node.js interface to the Elm compiler binaries.
1,323 contributions in the last year
Contribution activity
August 2018
Created a pull request in architectcodes/elm-live that received 12 comments
Run `elm make` instead of `elm-make` for 0.19 compatibility
I know you're looking for maintainers, but I ran into this when trying out the workshop on 0.19 and figured I'd try making a PR for it anyway!
Created an issue in elm-community/elm-test that received 5 comments
Should it be okay for invalid fuzzers to fail mid-test?
It seems like the two problems with Fuzz.andThen mentioned in #161 boil down to:
Shrinking performance is often bad. However, as #237 notes, Fuzz.…