Dave Glick

Results 417 comments of Dave Glick

I'll go ahead and drop some answers in here even though it's closed just in case that helps you or others in the future. > Is there any chance that...

Or maybe it's more that you need a `AfterExecution` that will _only_ run when deployment does not run? I can see how there might be a need for that.

Using the last file write time is a great idea as a fallback. I don't think we even need a flag - right now the recipe looks [first for metadata...

I'm going to add this one to the v3 milestone - it's a fairly simple change and since I'll be porting the recipes to Splashdown anyway... (see #668).

Looks like we lost it when converting from ImageProcessor to ImageSharp as part of the .NET Core/.NET Standard porting effort. There's a comment [here](https://github.com/Wyamio/Wyam/pull/671#issuecomment-395081715) about how that resulted in some...

Would these be different than what the Yaml module does now? I.e., the current Yaml module reads in YAML data and then adds it to the metadata as either a...

This issue is now tracking the creation of a new generic XML module that can import arbitrary XML data (possibly in front matter) similar to the YAML module. Include support...

I’d love to get something like this in the box, most other generators have a similar concept. There’s an open issue at https://github.com/Wyamio/Wyam/issues/696. I’m looking closely at it for v3...

I like this idea - it makes total sense to allow the site generation to seem like it's taking place at some time other than `Now`. > Are you going...

@duracellko I certainly don’t want to discourage you from contributing! That said, a PR to the Wyam repo has a very low chance of being merged right now. Statiq is...