Thomas Weiser
Thomas Weiser
PR to track progress. Please use it for discussions and reviews. Previous discussions in issues _[Support elm 0.17](#13)_ and _[Firebase 3.0](#14)_ Agenda: - [x] Adopt new native code conventions -...
Grammar now accepts both syntax variations: Elm 0.16: `module Queue (..) where` Elm 0.17: `module Queue exposing (..)`
I would like to have a path like `/case/...`. Unfortunately, compiling the generated code fails since `case` is not allowed as a record field name in Elm. Any ideas? Perhaps...
Assume a `Dialog` with a `Button` that is marked as `Dialog.defaultAction`, and a focus that is on another or the same `Button` in the dialog (either via `Dialog.initialFocus` or after...
`relatedResource` should have a distinct result for the case that the resource can't be found in the included resources: ```elm relatedResource : String -> Resource -> Result String (Maybe Resource)...
Copying from https://github.com/heroku/legacy-cli/issues/383: > Add an option to the Heroku client to reade the value of a config var from stdin. > > Something like: > heroku config:add REDIS_URL —prompt...