Mark Stosberg

Results 526 comments of Mark Stosberg
trafficstars

@rejas He hasn't been active for several months. At this point, I think it's best if the project is forked and move there without his involvement, which the open source...

@rejas Are interested in taking the lead on this? Just now I tried Googling "Jackson Gariety" for an alternate contact method and he seems to dropped off the internet in...

After I created this PR, I discovered that Ghost uses a formal "adapter" pattern in other places for extensibility on the backend. I presume the preference would be to use...

Why is this change considered an improvement? The docs for Promise.join say "While [.all](http://bluebirdjs.com/docs/api/all.html) is good for handling a dynamically sized list of uniform promises, Promise.join is much easier (and...

There's an unmerged pull request that adds paper size support. See here: https://github.com/tmorozov/node-phantom/commit/a0f3de61450332fc47eb6f077022c1bb1a44fc36 I've haven't tested it myself.

I'd be interested in a patch for this, thanks.

@starsinmypockets: Where do you see that the native render method supports a file types options? I'm looking at the docs for the `render` method here: http://phantomjs.org/api/webpage/method/render.html It says: _Currently, the...

I would issue a HTTP Redirect response sparingly-- only in a case where a module was found to have a security flaw and there's a known replacement which works exactly...

Good clarification @isaacs. I've updated the RFC to clarify that the scope is restricted to tarball URLs and include your note that completely removing a package is a different case.

@donpdonp This would just be repeating name of the zoneinfo files on your hard drive. Try something like this to find them: find /usr/share/zoneinfo/posix -type If that doesn't get any...