-
When performing a request which fails because of a 4xx status code, it’s really useful to log the properties of the failed request, in order to be able to reproduce it.
Currently, `FailureResponse`…
-
I'm missing a way to format imports. This would save me some time. For example:
```
import qualified Data.Text as T
import qualified Data.ByteString.Lazy.Char8 as BS
import Servant.Server
impo…
-
Hi All,
I was wondering if anyone is interested in submitting any Servant projects for [Google Summer of Code](https://summer.haskell.org/ideas.html). I would love to see Servant continue to improv…
-
servant-0.15 (Haskell Servant ) is out of bounds for:
- [ ] servant-auth-client-0.3.3.0 (>=0.7 && < 0.15). Domen Kozar @domenkozar. @jkarni @phadej. Used by: library, test-suite
- [ ] servant-auth-…
-
i use the proguard with eta-rules.pro config to reduce file size.
it run for long time, and it fail finally.
i have no idea how to fix it
```
larrys-MBP:larluo larluo$ cat eta-rules.pro
-inj…
-
Following up from https://github.com/haskell-servant/servant/issues/1013#issuecomment-407251814
I'm writing a bunch of routes for an existing Rails app which serves user-uploaded images (basically …
-
This is a common use case.
-
https://github.com/revskill10/circle-haskell/blob/html/core/Lib.hs
(the route for GraphQL is at Handlers/Json/GraphQL.hs)
(by `revskill` on #haskell)
-
http-client-0.6.0 (Michael Snoyman michael@snoyman.com @snoyberg) is out of bounds for:
- [ ] amazonka-1.6.0 (>=0.4 && < 0.6). Brendan Hay @brendanhay. @brendanhay. Used by: library
- [ ] amazonka-…
-
"megarepos" (such as `servant`) are a common pattern for haskell project management, previously only suppported conveniently by `stack`. with `cabal-install-2.0+`, project files like this:
pack…