Niklas Konstenius
Niklas Konstenius
I have configured elm-live to proxy /api to https://myservice.example.com which uses a self signed certificate. Requests for /api leads to the response "502 Bad Gateway" and "Proxy failure : self...
The `Pair` and `Triple` data types lacks a convenient way to map the individual components using a transformation function. The Result type already have map to transform the success value...
This program triggers a panic in the compiler. ``` $ roc --version roc nightly pre-release, built from commit bf5b13e237f on Wed Oct 9 09:13:56 UTC 2024 ``` Panic.roc: ``` app...