-
When developing my application, I am using the `yesod devel` command for incremental re-compilation, and I also have a set of tests that i run using `stack build --fast --flag myapp:library-only --fla…
-
I'm not sure if this is a Yesod question or a Conduit question, so forgive me if I'm asking in the wrong place. I have a handler that builds a zip archive in a temp directory, streams the archive as t…
-
Right now `App` is at the top of Foundation: https://github.com/yesodweb/yesod-scaffold/blob/3378e25e54472b7ea9f691b460ff46e9f9e8382c/src/Foundation.hs#L29-L39
Something we've run into is that it h…
-
Hi, I was using Yesod's applicative forms and I noticed that while ```areq``` produces an input element with ```required=""```, fileAFormReq does not, and so the form can be submitted without the file…
-
Currently considering snap or happstack, not yesod.
-
The latest benchmarks use Snap 0.3: http://snapframework.com/blog/2010/11/17/snap-0.3-benchmarks
It might be interesting to see how it fares against more recent versions of PHP, NodeJS, Yesod, Happst…
-
I want a passwordless auth flow because I do not want to store passwords.
Flow:
loginR -> User enters email -> Email sent with magic link -> Magic link clicked -> User logged in (new user created if…
-
This is a tricky case I want to discuss. Consider following dependencies list of scaffolded Yesod application with three extra dependencies I've added manually at the end:
``` cabal
build-depend…
-
These are packages which have not migrated yet to [crypton](https://hackage.haskell.org/package/crypton)
cryptonite (Vincent Hanquez) (not present) depended on by:
- [ ] aos-signature-0.1.1 (>=0).…
juhp updated
4 months ago
-
Right now there is absolutely no logging outside of stdout messages that are generated from yesod-routes/warp itself. We should absolutely extend it to include all other useful information such as pr…