-
Combinators should return `ServantErr`s that match the `Accept` header when possible. I'd think we can make a datatype for the error, and have the `Config` contain functions from the datatype and cont…
-
Right now there are only a few instances of [`HasServer`](https://github.com/cdepillabout/servant-checked-exceptions/blob/master/src/Servant/Checked/Exceptions/Internal/Servant/Server.hs) and [`HasCli…
-
For integration with external auth provider (e.g. Okta, Auth0, AWS Cognito) where JWTs only need to be verified and never signed, it would be useful if the `signingKey` field of `JWKSettings` was opti…
-
@jprupp You seem to be the current maintainer of this repo. :)
This is mostly related to the recoverable signature support in #42
As I can see it, the main problem behind the recovery, ECDH and …
-
Hello,
This is a great package and i'd like to use it, but I have an issue that's making it basically impossible to use :/
I've setup this test:
```haskell
propertySpec :: IO Connection -> Sp…
-
Example. No success or error returned, no exception is thrown, no logs produced, "SENT!" line is never reached. Basically everything just hangs on `Tele.sendMessage` line. Telegram Bot API might not s…
-
Compare responses to
```bash
$ curl -I -H "Accept: application/json" http://hackage.haskell.org/users/
```
and
```bash
$ curl -I -H "Accept: application/json;charset=utf-8" http://hackage.haskel…
-
Hello,
i stumbled upon this multiple times:
1. I need to know how to use record based nested apis, so i go to https://docs.servant.dev (what else?)
2. It's not there. So i google.
3. Google le…
-
It would be nice to have not sanitized output support for EDE,
cause all entities in generated JS/JSON are escaped by the
sanitizer when bound to a template.
Dirty fix might be:
```
--- src/Servan…
-
What is the rationale for this? We have API endpoints which must be called with trailing slash, and we parse the endpoint URL from a configuration file with `parseBaseUrl`.
(Not sure whether this i…