Cory Reed

Results 6 comments of Cory Reed

Should have noted above: `months` is empty in the above example. Therefore, there are no archive list items are output. I can put together a more detailed example if needed.

I've observing the same behavior with the content found here: https://codepen.io/kdzwinel/project/full/AwzQqy Running Sketch `66.1` on macOS `10.15.6 Beta`.

Looking in to this problem. Here's what I see: 1. imagemin-optipng depends on [optipng-bin](https://github.com/imagemin/optipng-bin) 2. optipng-bin has a [postinstall script](https://github.com/imagemin/optipng-bin/blob/master/package.json#L30) which [attempts to `run` the package](https://github.com/imagemin/optipng-bin/blob/master/lib/install.js#L6) 3. This `run` likely...

Shoot, the bad download could also come from [this download method](https://github.com/kevva/bin-wrapper/blob/master/index.js#L196-L223). Rough stack trace: 1. Install script calls [`BinWrapper#run`](https://github.com/kevva/bin-wrapper/blob/12a68d1ad3e3841049deed724d6535a4660b4005/index.js#L123) 2. which calls [`BinWrapper#findExisting`](https://github.com/kevva/bin-wrapper/blob/12a68d1ad3e3841049deed724d6535a4660b4005/index.js#L180) 3. `BinWrapper#findExisting` [stats for the _vendor_ directory](https://github.com/kevva/bin-wrapper/blob/12a68d1ad3e3841049deed724d6535a4660b4005/index.js#L181),...

Silly Github: ![gosh-dangit-github](https://user-images.githubusercontent.com/1858316/32207525-c310cd76-bdb9-11e7-96b6-7eb6f2c4a01f.jpg) Yeah, they totally changed their whitespace indentation detection. 😱 @revin @jamestautges @ashleygwilliams I’m fine with closing if you are. No sense in trying to align to an...

Thanks for getting back! > monthly-archive does not support pagination Ah, I see. I’m working on a blog that could end up with several dozen posts. Doesn’t make sense to...