Dave Glick

Results 417 comments of Dave Glick

I totally agree - I've actually been wanting to get rid of Disqus on my own blog for a while but just haven't gotten around to it. I think an...

This is a neat idea, though I actually see it as more of a recipe (with a module that can read these kinds of comments). I.e., the recipe would contain...

I never thought to try under mingw - thanks for being a guinea pig :). Off the top of my head I'll guess it's a socket issue with the preview...

Awesome - you are on a roll! I'm going to try and publish a release today with the images stuff, but there's nothing to prevent another release soon after once...

You are on fire! I'm going to go ahead and package up a release this morning. I know there's still an open question on skipping existing files and some other...

There's no rush - that's the beauty of pre-release software :) I think you've got the right idea on `text` going to `Content` and everything else going to metadata. That...

Awesome! I haven't had a chance to look too closely at this one yet, but what I've seen so far looks great. I'll try and take a closer look this...

That is excellent. I really like the separation of OPML parsing from OPML HTML rendering - that'll make it easier to parse and OPML file and then do something else...

Take a look at the various `IExecutionContext.GetNewDocument()` overloads: https://github.com/Wyamio/Wyam/blob/develop/Wyam.Common/Pipelines/IExecutionContext.cs I added a bunch of variants in the develop branch a little while ago to support the code analysis stuff, which...

Interesting - it likely looks in a path relative to the actual layout. So if the layout is in the theme folder, it'll look there for the partial. If it's...