-
I spent some time reading through issue #309 and the associated discussions in yesodweb/wai#496 and PR #954 about how `servant-server` appears to incorrectly handle exceptions with respect to how `wai…
-
Given I have some typical yesod-test scaffolding like this
```haskell
withApp :: SpecWith (TestApp App) -> Spec
withApp = around (bracket beforeEach afterEach) . aroundWith (. fst)
where
be…
jezen updated
3 months ago
-
Try to make the bare minimum needed to run MKL
-
I was trying to integrate `Yesod.Auth.Email` into the default scaffolding of Yesod 1.4 (what you get with `stack exec -- yesod init --bare && stack init`). So I copied the relevant parts from the [aut…
-
## Problem
Since a few weeks, maybe even months i'm see slow results and frequent 502 Bad Gateway not available. I asked on discord and other people also have problems. I think nobody made an issue b…
-
```
[1 of 3] Compiling Yesod.Csp
src/Yesod/Csp.hs:81:27: error:
Ambiguous occurrence ‘elem’
It could refer to
either ‘Prelude.elem’,
imported from ‘Prelude’ at…
-
Currently classy-prelude-yesod exports `Proxy` from https://hackage.haskell.org/package/http-conduit-2.3.7.3/docs/Network-HTTP-Client-Conduit.html#t:Proxy.
However, this conflicts in name with the …
-
### General summary/comments (optional)
It seems that `stack ide targets` requires first downloading a build plan and possibly running `stack setup` before it outputs the available targets (when yo…
-
Most integration-level tests in Yesod do not explicitly import the Handler module that's being tested. Tests are executed by generating HTTP requests and submitting them against the router. The router…
-
```
--Here is a big project.
$ time snack build
/nix/store/lw1fskf7gr6fqi4z5y1v39lnxmzf4gvk-build.json …