-
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…
-
Currently considering snap or happstack, not yesod.
-
I've been trying to integrate `yesod-worker` into my site, but have come across an issue where enqueuing tasks hangs indefinitely.
From some investigation and reading the code, it looks like `enque…
-
set up Jenkins (or some such) somewhere and configure it to build haskell platfrom
more ambitious ideas:
- support building for different linux installs?
- build-then-install inside a containered tar…
mzero updated
9 years ago
-
Hello,
I have a fully specified model using persistent from the yesod framework and currently I am evaluating available query DSLs. Do you think it would be possible to write adapters for relational…
-
https://twitter.com/ndm_haskell/status/665969896027758596:
"Visited http://snapframework.com/benchmarks , "The recent release of GHC 7.0.1..." - while checking out the alternatives before recommendin…
-
I have created a new project with:
``` sh
stack new myproject yesod-scaffold/hsfiles/postgres.hsfiles
cd myproject
stack build
stack exec -- yesod devel
open http://localhost:3000/
```
The glyphicon…
-
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…
-
So reading them would make it clearer
https://github.com/Gizra/circuit-yesod/blob/2c1431ae4896c492a3b7dcc1ecb107c1b50c12ed/Utils/Restful.hs#L14-L19
Also add signature to [addListMetaData](https://…
-
I just created a new Yesod project using the stack yesod-postgres-fay template.
After configuring the database so I can run the test I get 2 tests failing (the others works) with the following error :…