Andrew Meyer

Results 122 comments of Andrew Meyer

@ianstormtaylor @dominicbarnes and I were actually just discussing that very topic over on Metalsmith's Slack channel. (I noticed you haven't joined yet. Here's the signup link if you're interested: http://metalsmith-slack.herokuapp.com/)...

Oh! One other advantage I just thought of: having frontmatter parsing in a plugin makes it composable. For example, you could use it with [`metalsmith-branch`](https://github.com/ericgj/metalsmith-branch) to turn on frontmatter parsing...

Just discovered yet another advantage to having frontmatter parsing in a plugin. Using a plugin provides a clean API for passing options to the underlying frontmatter parsing library. For example,...

As promised, here is the plugin I wrote which provides an alternative to adding metadata via frontmatter: [metalsmith-metafiles](https://github.com/Ajedi32/metalsmith-metafiles). > A Metalsmith plugin to read file metadata from separate files (as...

Gonna reopen this, as it's starting to look like this might be happening in v3 after all.

Personally, I'd write it like this: ``` ruby (2.weeks.ago.to_date..Date.today).map do |date| time = date.to_time for_day(time) end ``` But if you had to start the map on a new line I'd...

@Ben3eeE FWIW, the reason I opened an issue here and not _just_ on the hard-wrap repo is because I don't think that having the install just hang with no error...

I'm with @ylluminarious on this one. let's try to stay as close to MRI as possible unless we have a good reason to deviate. I'm pretty sure `require './foo'` means...

Heh. This bug kinda reminds me of the latest CommitStrip :wink:: [![image](https://cloud.githubusercontent.com/assets/1876931/12355011/67b60698-bb5f-11e5-9ef6-4d5f322bf2f2.png)](http://www.commitstrip.com/en/2016/01/14/a-story-about-timestamp-and-timezone/)