Results 86 comments of lue

There's - Main elm file and html: https://elm-lang.org/try - Main elm file and html: https://ellie-app.com/new - for entire repos: https://elm-editor.com/ - web repl locally: https://github.com/girishso/elm-repl-in-browser - web repl locally: https://github.com/shamansir/ielm

same as https://github.com/elm/compiler/issues/2275 More detail in https://github.com/elm/compiler/issues/1964

As it's not guaranteed to carry a value in valid JSON format – It's a js value – I'd be in favor of calling it `Json.JsMagicValue` or something in that...

`String.split` could even return a non-empty list if that's the case.

I found [no usages of `0xFFFFFFFF`](https://github.com/search?q=org%3Aelm+0xFFFFFFFF) so I'd assume this is fixed

Very neat proposal, might even fit into `elm-syntax` as it is unrelated to `elm-review`! Doesn't this apply (or doesn't apply) for expressions as well? Why give expressions special treatment vs...

> My biggest worry with this would be that people forget to return the updated context (or forget to update it in the first place) `elm-review-unused` to everyones rescue! Good...

Some more examples of where this would be useful: - a rule that reports function declarations where arguments are ignored. The fix – removing that argument from all usages and...

Yeah I've had encountered something similar – strangely always and only when more than one elm-ui element inside a centered column/row is centered. > this is (an uglify-js bug, or)...

Hmm. I think it's valid and will generally be helpful. There are use cases when a library supplies/accepts generic phantom tagged values where users have to **annotate results and arguments**....