-
Hi,
i have a little example project that consists of a backend and a frontend with a shared API definition.
https://github.com/tfc/reflex-servant-backend-frontend-example/tree/haskell-nix
Now…
-
When trying to run https://github.com/pikajude/jude.bio-servant built with ghcjs 561365ba1667053b5dc5846e2a8edb33eaa3f6dd:
```
uncaught exception in Haskell main thread: ReferenceError: h$kill is not…
-
I was able to add prometheus metrics supports with this super small snippet:
```haskell
import Data.Proxy (Proxy)
import Data.Text (Text)
import qualified Data.Text as Text
import Network.Wai (…
-
Hi! I'm a contributor to @iand675's hs-opentelemetry project, which does OpenTelemetry for Haskell.
If you're not familiar, OpenTelemetry lets people trace requests through distributed systems, wi…
-
- [ ] [Frames-streamly](https://hackage.haskell.org/package/Frames-streamly)
- [ ] [amqp-streamly](https://hackage.haskell.org/package/amqp-streamly)
- [ ] [curryer-rpc](https://hackage.haskell.org/…
-
QuickCheck all the endpoints for best practices
-
We’ve implemented a new handler (for streaming responses) by providing instances of `HasServer`, `HasClient`, `Accept`, and `HasSwagger`. This works reasonably well, but now we've run into an issue wh…
-
```
servant release-0.16 % cabal new-build --dry all | tail
- cookbook-generic-0.1 (exe:cookbook-using-custom-monad) (cannot read state cache)
- cookbook-db-sqlite-simple-0.1 (exe:cookbook-db-sql…
-
I'm following https://haskell-servant.readthedocs.io/en/stable/tutorial/index.html, and getting this message when running `cabal new-repl tutorial`. The error suggests editing the files, but I'm reluc…
ghost updated
3 years ago
-
Server / IPFS support for blocks fetched
Needed for both CLI progress and any in-app feedback to publish.
Details on Webnative SDK progress on publish: https://talk.fission.codes/t/webnative-pro…