Learning about what has happened to Elm and it's sounding remarkably familiar... https://news.ycombinator.com/item?id=22824899
I believe Elm took some major missteps. Despite doing so many things right with ... | Hacker News

@dom any recent Elm news?
Ask HN: What Happened to Elm? | Hacker News

@dom “Happy cult” is exactly how I would describe it as well. :)
@dom my only interaction didn’t go very well. https://github.com/elm-lang/websocket/pull/12
Inherit protocol and endpoint when not specified. by edevil · Pull Request #12 · elm-lang/websocket

This makes it easy to have the same code running in dev/staging/production environments since you are now able to use relative paths instead of absolute paths for the websocket endpoint. Addresses ...

GitHub