Marco Z
Marco Z
I've just realized that currently our exception handling and server response generation are very coupled. E.g. if a user specifies a custom handler, should they have to re-implement the response...
if ScottyT were a MonadReader, we could implement this new function in terms of`local` https://hackage.haskell.org/package/mtl-2.2.2/docs/Control-Monad-Reader-Class.html#v:local . @glittershark I know it's been a few years 😅 but do you happen to...
I think this could be implemented here at no extra cost thanks to wai-extra ? https://hackage.haskell.org/package/wai-extra-3.1.14/docs/Network-Wai-Middleware-Select.html
> The difference between `m` and `n` are the only blockers I can find for using `StateT`. Is there a reason these constraints are setup this way? > > ```...
@cblp Thanks, but we can't merge code if it breaks CI. If you want to show a problem with the current implementation, could you make a dedicated subsection in the...
* Fly.io has a free tier and supports github actions ; https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
hi, not really! Feel free to pick it if interested! On Thu, 15 Aug 2024 at 15:37, Glen Sargent ***@***.***> wrote: > is this still being looked at ? is...
If I understand correctly, multiline headers have been deprecated since RFC9110 superseded RFC2616 : https://www.rfc-editor.org/rfc/rfc9110.html#section-5.5-5 : > Field values containing CR, LF, or NUL characters are invalid and dangerous, due...
Design notes from a former PR review: https://github.com/scotty-web/scotty/pull/359#issuecomment-1859634869
we already transitively import `regex-base` anyway https://hackage.haskell.org/package/regex-base