Todd Wolfson

Results 190 comments of Todd Wolfson

Cool. I am pretty busy with some other things at the moment but I will take a look by the end of next weekend. Feel free to open a PR...

Nah, `40131.8` was an example. Although, I could see how it could be misconstrued. I believe the second value is the percentage. Another option is to use whatever absolute difference...

Not a problem. My ETA still stands. Fwiw, the approach would be something like change the regexp grouping to evaluate the perecentage, parse it to a float, and perform a...

I'm down for supporting this but it seems strange there is no environment variable to do that (e.g. libraries will often allow `PHANTOMJS_BIN` or similar to specify the executable path)....

Ah, good eye. I'm sure we can replace that with `gm's _exec` or `_spawn` when the upstream issue is settled and we upgrade for support https://github.com/aheckmann/gm/blob/1.23.0/lib/command.js#L180-L208

More GitHub related info can be found here: https://help.github.com/

@corysimmons It looks like #15 was ready to be merged but we never got a squash so we closed it due to inactivity =/ You can probably reuse that code...

This is fine but it allows for regressions if someone fat-fingers the URL inside of the request. If we use a catch all endpoint and only assert against redirects, then...

We have come up with a better solution to this problem via a wrapper on top of `fixed-server` named `spy-server`. It bakes in spies to the fixtures to allow later...

There were a few restore kinks in that posted link, this should work better: https://github.com/simsalabim/sisyphus/compare/c7e9c9e