Matthew Rothenberg

Results 78 comments of Matthew Rothenberg

@nysthee I think I have an account on AppVeyor but nothing is set up on it. It was tied to my GitHub auth anyhow, so I think you'll need to...

Just that Travis-CI uses GitHub Auth for accounts, so each developer needs their own account.

Yeah, we've never even tried the tests there before AFAIK. Great work on the patches @matthutchinson. Just curious , where you able to get it working even omitting the dev-headers...

Whoops, yeah I meant MiniMagick, brain typo.

For the default, I'd like to keep the filenames predictable, since the most common case is being able to go from a specific commit to the image. Since the files...

Ah yeah, ImageMagick is still definitely needed. The stuff I was thinking could _probably_ go had to do with getting RMagick to compile. I think since MiniMagick just shells out...

I think the one thing I'd like to figure out is if the Ruby Developer Kit is still required. Since we no longer use gems with C extensions (I believe?)...

Ahhh ok. Yet another reason to move out the plugins. CC #99 so this thread shows up there.

I think okay to close (as long as we make testing then updating the FAQ again a completion task for #99).

@AndrewSB Yeah, it would be totally internal. Beneath the surface now, `scmpuff status` makes a system call to `git status -b -z`. This could (in theory) replace that.