Richard Feldman

Results 165 issues of Richard Feldman

We started using elm-html 4.0.0 for our prod code, but now our tests break because `elm-check` requires 3.0.0 - even though we aren't using elm-check's HTML reporting! It seems like...

The reason I messed this up with `percentage` was because I copy/pasted from `float` without noticing the same error! This fixes `float` in the same way.

Just tried the beta and got: ``` [Errno 2] No such file or directory: 'elm-make' [cmd: ['elm-make', '/Users/rtfeldman/code/elm-effects/src/Effects.elm', '--output=/dev/null', '--report=json', '--yes']] [dir: /Users/rtfeldman/code/elm-effects] [path: /usr/bin:/bin:/usr/sbin:/sbin] [Finished] ``` This makes sense,...

beta
usability

Just tried loading the current beta on OS X and got: ``` ignored packages updated to: ["Vintage", "Elm Language Support"] unloading plugin Elm Language Support.elm_generate unloading plugin Elm Language Support.elm_make...

bug
beta

This is a meta issue to collect potential improvements to the `npm` installer. If you think something is missing, please open a separate issue! - [ ] #208 Check for...

npm

## SSCCE ``` > (floor 2) ^ -1 0.5 : Int ``` This happens because `(^)` currently has the type `number -> number -> number`, but if it receives a...

bug

## Runtime exceptions fixable by design changes to `core` #909 `1 % 0` intentionally throws a runtime exception ~#378 Malformed regular expressions~ ~#381 `Signal.mergeMany []`~ ## Runtime exceptions fixable by...

meta

Seems like a reasonable enough feature request: https://groups.google.com/forum/#!topic/elm-discuss/hoUdfvxZVkI

request

To reproduce: 1. Check out the code for a package that's currently published as `1.1.0` 2. Edit its `version` in `elm-package.json` to be `1.0.0` 3. Add something new, such that...

bug

`elm-css` has a lot of PRs like this: https://github.com/rtfeldman/elm-css/pull/290 The basic problem is that I can expose a function like `Int -> Foo -> String` and forget to expose `Foo`....

problem