Ecky Putrady

Results 3 issues of Ecky Putrady

When parsing an incorrect JSON with Aeson, you only get the first error instead of all the errors like so: ``` Data.Aeson> eitherDecode "[1,19,\"a\", 20]" :: Either String [Text] Left...

help wanted

Hi, My WASM build didn't load at all in iOS. After checking the console, I saw error related `document.exitPointerLock`. I then added this script before loading `gl.js`: ``` document.exitPointerLock =...

They are optional according to the spec: https://github.com/gothinkster/realworld/tree/master/api Backends that adhere to spec closely won't be served correctly.

bug