Paul Brinkmeier

Results 16 comments of Paul Brinkmeier

While implementing this I noticed that `scottyExceptionHandler` doesn't handle exceptions thrown in middlewares, so I guess we could simply return a 500 with an appropriate error text in the middlware?...

I just added a PR at `wai-extra` to address this issue: https://github.com/yesodweb/wai/pull/990

The PR in `wai-extra` is merged by now, so we could add a comment to the docs referencing that middleware.

Hey, what's your opinion here? Should we add a `stack.yaml` to make it possible to do `stack run` or maybe add a hint for Stack users that it won't work...

Hi, I investigated this a little. The readme currently contains this passage: --- Run /basic.hs to see Scotty in action: ```bash runghc examples/basic.hs ``` `Setting phasers to stun... (port 3000)...

Hi, I recently considered working on corediff again anyways so I'd be happy to help! Do you have anything concrete you could use help with?