Beau Barker
Beau Barker
I ran into an issue that's fixed in master (Fix missing object asyncio.streams.IncompleteReadError). Can we release a new version with this fix? Master is working great for me.
Adds a repeatable `--proxy` option to support multiple proxies. ``` elm-live --proxy /rest:http://localhost:4000 --proxy /files:http://localhost:5000 --proxy /events:http://localhost:6000 src/Main.elm ``` This replaces the existing options `--proxyPrefix` and `--proxyHost` which should be...
Also requested in #151
I believe it should be https://guide.elm-lang.org/interop/ports.html
I've found these classes need repr's when debugging. Before: ```python >>> Left(1) ``` After: ```python >>> Left(1) Left(1) ```
https://pip.pypa.io/en/stable/reference/build-system/
Re discussion #215, add the feature back to convert method and parameter names to snake case.
https://pip.pypa.io/en/stable/reference/build-system/