jim
Results
12
comments of
jim
I tried [PureScript-Express](https://github.com/purescript-express/purescript-express) before and I couldn't get automated tests running smoothly. Would this not also be the case with v1?
Hi, Isn't it just replacing ```purescript badRequest _ = Error $ Resp.badRequest EmptyBody ``` by ```purescript badRequest s = Error $ Resp.badRequest (StringBody s) ``` in `Handleable.purs` to see the...