[elm-discuss] [Feature] Ability to suppress some warnings (or don't generate them at all)

2017-08-08 Thread Incomplete
Whenever I `elm-make`, I give it the `--warn` option, however, this often makes the compiler generate warnings like "Top-level value `foo` does not have a type annotation.", if there are a lot of these, it would make the real warnings hard to notice. Sometimes I deliberately omit type

[elm-discuss] Discovering Elm packages

2017-08-08 Thread Ryan Rempel
There are new or updated Elm packages every day. Well, not quite every day -- there were none on July 30, 2017. Before that, the previous day without any new or updated Elm packages was April 1, 2017. And, before that, you would have to go back to October 2, 2016 to find an empty day. (This is

Re: [elm-discuss] Announcement: (yet another) elm-gamepad

2017-08-08 Thread John Orford
nice one - I never heard about this spec before - v interesting! On Tue, 8 Aug 2017 at 11:07 Francesco Orsenigo wrote: > http://package.elm-lang.org/packages/xarvh/elm-gamepad/latest > > Gamepads cannot be implemented in pure Elm so I published a package and, > in

[elm-discuss] Announcement: (yet another) elm-gamepad

2017-08-08 Thread Francesco Orsenigo
http://package.elm-lang.org/packages/xarvh/elm-gamepad/latest Gamepads cannot be implemented in pure Elm so I published a package and, in the docs, I tell the user "hey you need to manually add a port, you can find the code in the port/ directory". I hope this is an acceptable compromise