Alvin Lindstam
Alvin Lindstam
The current code is a quick write up which is not very optimized, I just wanted it to be correct and simple to begin with. - [x] Add benchmarks, to...
It should be possible to do `grapheme.substr(string, -10)` to get the last ten graphemes, and the like (like slicing, but function based). Implementation considerations: Would probably require traversing through the...
This was previously reported in https://github.com/elm/compiler/issues/1735, and noted to probably be fixed in 0.19.0. I'm running elm 0.19.0 and get that error when running https://github.com/evancz/elm-architecture-tutorial/blob/bbe9e3f76a2415734349583f562465e45c1c6f46/examples/03-form.elm with two minor modifications: *...
It appears like `flame::dump_html` writes json data to a script tag in the generated html file, without doing json or html escaping. That means that the generated page could be...