[elm-discuss] Elm Language Server - Document and repository to coordinate and capture requirements effort

2017-09-07 Thread Håkon Rossebø
(Also posted in elm-dev) Based on previous discussions and my own experience from the vscode-elm extension, having a common language server can help improve editor support and tooling features. Currently, many editor extensions use their own parsers to support a common set of features. I've

[elm-discuss] Elm and Swagger - what is currently available?

2017-09-07 Thread 'Rupert Smith' via Elm Discuss
Swagger is a data model that describes a REST API, the URLs of endpoints and json-schemas describing the json that they accept or produce. I didn't find anything in package.elm-lang.org relating to it. I did find this github project which implements a CLI for converting a Swagger .json into