Alexander Thiemann
Alexander Thiemann
Thanks for looking at this! I will add a test, sorry for the late reply. > Am 14.06.2017 um 05:15 schrieb Jeremy Huffman : > > Hi, thanks for this....
Sounds great! I'd be very interested and can provide help if needed.
You're right, it currently does not handle async effects well. I'm still trying to figure out how to do this effectively to keep the data flow simple and "traceable".
Yes, but that would mean passing an action channel (or worse: a callback) to the update function. It's probably best to simply run in the Aff monad...
This is very likely due to using a `String`. If you use `Text` from the `text` package the problem goes away.
Thanks! What if we made this an `Either` of a parsed value or a text to make it more explicit how it could go "wrong" but keep the benefits of...