Jasper Van der Jeugt

Results 142 comments of Jasper Van der Jeugt

I like this idea, but is this compatible with earlier HTML versions? I'd like to keep the API similar for e.g. `Text.Blaze.Html4.Strict` and `Text.Blaze.Html5`. What do you think, @meiersi?

The functions ``` haskell +textComment :: Text -> Markup +lazyTextComment :: LT.Text -> Markup +stringComment :: String -> Markup +unsafeByteStringComment :: ByteString -> Markup +unsafeLazyByteStringComment :: BL.ByteString -> Markup ```...

Right. The problem is that the straightforward instance (dumping the tree with the constructors) would not be very readable at all (but perhaps useful for debugging). I usually just use...

I'm not sure if avoiding using `toHtml`/`toValue` is a good purpose on its own. I think it's similar to using `fromIntegral` a lot if you're doing calculations, or `toJSON` when...

Amazing, thanks! I'll Review the code tonight and try to get it in tomorrow. Great work!

I _think_ John's point is valid, but I'd rather be 100% sure. Perhaps we should throw a mail to the Haskell web-devel list to see if they can think of...

@jgm, I've cherry-picked the XHTML patch. This has already been put on Hackage as 0.4.3.0. I'm planning on integrating the other patch as well, as there seem to be no...

I admit I had forgotten this issue. I'll fix it next week (leaving on a small trip tomorrow).

This looks good, but there's still a conflict -- would you mind merging in `master`?

Yeah, it seems like we would need to add a command-line argument. I wouldn't mind defaulting to new for specific directory names, as long as the behaviour can be overridden...