A simple demonstration on how to work with Elm Flags and Ports, with interactive code
A short introduction to Ports and Flags in Elm

A collection of 3 posts
A simple demonstration on how to work with Elm Flags and Ports, with interactive code
I had problems with this while developing #BresTram. I was developing a new feature, allowing my users to find bus stops nearby using their GPS location. But whatever I was trying, my location was never set, and onLocationChanged was never…
This morning, I stumbled upon an unexpected problem; and found myself not knowing what to do. I had to compile the native part of a library on Linux, based on the existing Windows dlls. Before compiling, I needed to know…