2d
awarded Yearling
Jun
12
answered Yesod: Could not access LoginR in another Handler
Jun
10
answered Long polling in Yesod
Jun
8
comment ParseError in Yesod.Core.Class.Yesod
That looks like an attoparsec error message. Are you parsing invalid json data with aeson?
May
25
answered Is it possible to specify query parameters in Yesod routes?
May
16
answered How to authenticate from a bookmarklet in Yesod / How to add OPTIONS to Auth subsite of Yesod
May
14
comment How to querying the database inside the makeApplication function
Perhaps our definitions of helper functions are different. I just meant a function that factors out some common code, which I definitely wouldn't consider an anti pattern.
May
13
answered How to querying the database inside the makeApplication function
May
8
answered Create ToJSON instance for persistent Entity
Apr
30
comment Haskell Persistent insert rows if not already in database
Try using insertBy $ Feed url.
Apr
28
comment Accessing Mt Gox API via http-conduit-0.1.9.3: query string causes timeout
Did you try the actual URL I provided here? This isn't about arbitrary query strings, it seems to be that mtgox takes a while to process that specific request.
Apr
28
answered Accessing Mt Gox API via http-conduit-0.1.9.3: query string causes timeout
Apr
27
comment JSONify a model in Persistent *including* the id
Ben's answer addresses that.
Apr
26
comment JSONify a model in Persistent *including* the id
To get JSON deriving, just add the word json after Tip. See: github.com/yesodweb/yesod/wiki/…
Apr
26
comment Why aren't Persistent types instances of ToJSON/FromJSON in Yesod?
This has been implemented for a while, see: github.com/yesodweb/yesod/wiki/…
Apr
25
answered What's the best way to do many-to-many in Persistent Yesod?
Apr
23
answered How to embed BrowserID login button in the defaultLayout
Apr
17
comment IO Operations in Conduit?
It's a good idea to mark this as the correct answer.
Apr
16
answered Managing cryptographic random number generators in a Haskell web application
Apr
10
answered Setting up Yesod DevelOpts
1 2 3 4 5