Alexander Thiemann

Results 19 issues of Alexander Thiemann

Support routes like `"foo" var "html"`

enhancement
routing
design

From https://dev.yorhel.nl/doc/funcweb : > As with everything that is (supposedly) more convenient, it also comes with a slightly steeper learning curve. I haven't, for example, figured out yet how to...

question
homepage
documentation

Use either a typeclass or a free monad to abstract away the concrete SpockT monad. This will for example enable automatic documentation generation.

enhancement

The goal of this task is to have a `Spock-ghcjs` library where we can use in the browser, similar to [page.js](https://visionmedia.github.io/page.js/). `reroute` already builds with ghcjs. What to do: -...

enhancement
documentation
design

Currently, decode returns `FromRecord a => Either String a`. This is suboptimal, because some error messages include the row that failed - and if that row is utf-8 encoded and...

If a query does not return anything (i.E. a plain `INSERT`), and I use the `D.singleRow` decoder, I get the following error: ``` SessionError (ResultError (UnexpectedResult "Unexpected result status: CommandOk"))...

Are there any plans to introduce a rudimentary sql syntax check into the QuasiQuoter? Something like https://github.com/markdrago/pgsanity ?

I had a huge memory-leak in my application because when reading the documentation for `BSL.ByteString` suggests that `copy` should allow the "parent" to be released for GC. I thought this...

bug
documentation
performance
pr-welcome

Right now, the `BasicAuth` module sends the `WWW-Authenticate` header by default via `servant-server`. This isn't always desirable, since, when called via AJAX, it causes the browser to surface a login...

🚧 needs rebase 🚧