Branimir Klarić
Results
2
issues of
Branimir Klarić
Hyper uses `decodeURIComponent` to parse query string. However, `decodeURIComponent` has an incorrect type as documented [here](https://github.com/purescript/purescript-globals/issues/16), since it throws an exception on invalid input. I'm unsure whether it would be...
Requesting e.g. `/css/sheet.css` works fine, while requesting `/css/sheet.css?query=string` runs the not found handler. P.S. Would you be willing to accept PRs if I have a go on some of the...