Albert Dahlin

Results 6 issues of Albert Dahlin

This lets you "tag" any function for easy performance debugging. More info in [this discourse thread](https://discourse.elm-lang.org/t/very-useful-function-when-optimizing-render/1517). Wrap any function in your code: ![image](https://user-images.githubusercontent.com/8900986/49327243-66c9ce80-f55f-11e8-8528-8ebb0fa930b3.png) This will log the execution time in...

# Problem I use `File.toString` on text files that are not encoded in UTF-8 (in my case it is ISO-8859-1). This turns all my swedish letters into � (U+FFFD) which...

`TouchList` in touch events is an "array like" object, just like `FileList`. ![image](https://user-images.githubusercontent.com/8900986/50784593-57e8e100-12ae-11e9-9a9b-8164fc21bfe8.png) I am currently using `Json.Decode.keyValuePairs` to decode `TouchList` but at first it was confusing why I couldn't...

I started designing a new API some time ago. If you have time, I would appreciate your feedback. You can see the new API [here](https://elm-doc-preview.netlify.app/Posix.IO?repo=albertdahlin%2Felm-posix&version=new-api)

I have found this function quite useful for me, maybe it could be useful for others? Maybe there is a better name for it? ```elm fillPlaceholders [ ( "page", "2"...