-
Is this still the case, or did `swagger2-2.3` fixed this? cc @fizruk
I'm holding the release on this issue.
-
Happens if you do `--host http://cachix.org` (skip https).
Upstream bug: https://github.com/plow-technologies/servant-streaming/issues/13
-
We need a UI for the game:
* Maybe initially we could have a terminal-based interface that has some kind of main menu; allows deck creation (incl. saving and loading);
* Could later be web- or bo…
-
I'm Chris Allen, an author of Haskell Programming from First Principles, commonly known as the [haskell book](http://haskellbook.com). I'm an uneducated working programmer that got tired of unnecessar…
-
The instructions at https://docs.servant.dev/en/stable/tutorial/install.html failed for me in multiple ways.
## cabal-install
The `cabal new-build tutorial` command failed, saying
…
-
Hi all,
I would like to use servant-client to generate the clients for unit testing my server. I have most things working, but have run up against a similar issue to the one mentioned here: https:/…
-
Suppose this API:
``` haskell
type SampleAPI = "sample" :> Get '[JSON, FormUrlEncoded, XML] Sample
```
Should we use a `body` param with Swagger Schema or `formData` params?
With swagger spec it doe…
-
Hi, I have just used Servant for the first time.
Everything has been great and easy to use.
However, I have one tiny issue I can't figure out:
I have an API that takes a `QueryParam "q" String`…
-
Is there any way to write custom combinators in my project and not in Servant itself?
I want to have something like `QueryParams`, but with `/` and `;` as delimiters instead of `?` and `&` respective…
-
This would be useful to provide alternative handlers for effects that are accessed by *all* handlers in a server; e.g. say we have a Logging effect with some lock, we don't want to have this per handl…