-
I was browsing the wiki and noticed a few pages that seem to be out of dated, and others that might be misleading. I say might because I'm really unsure what the status is. I think a lot of these can …
-
Using the scaffold website, running `stack build`, changing `homepage.hamlet`, and running `stack build` again does not recompile the template.
Similarly, if I add a `cassius`/`lucius`/`julius` tem…
-
Is it possible to pass RTS options to my app when using wai-devel? I'm adding [EKG](http://hackage.haskell.org/package/ekg) to a Yesod app, but in order to collect garbage collection statistics I [nee…
-
I use Mighttpd2's reverse proxy functionality to assign subdomains to web services.
I'm currently developing service using WebSockets, but it seems that mighty doesn't support websockets connection …
-
It can be interesting to have it in Haskell.
For example, to integrate it with an API wrote using Yesod framework.
-
The current stack version of `yesod-bin` suffers from this bug in which a yesod development server can always show the "Refreshing page" even when it's built successfully. Step to reproduce:
* Star…
psibi updated
7 years ago
-
I noticed that yesod depends on skein (via clientsession) and cryptohash (via yesod-auth). Meanwhile, since cryptohash is deprecated, I use cryptonite in my code. Resulting in a binary containing seve…
joeyh updated
7 years ago
-
So now that most of the auth email forms function there seems to be one hangup left. Logout. It looks like the way it's currently working is a GET is run to /auth/logout, and then it's redirected to a…
-
Right now, `yesod` hardcodes logging to `LoggerSet`, which only operates on filepaths. This makes it difficult to integrate with any other means of logging.
Specifically, I want `yesod` to log via …
-
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…