Alex Dergachev

Results 43 comments of Alex Dergachev

We wanted to use mailcatcher to QA all outgoing mail, but still not block regular mail delivery. Here's what we did: First, create this wrapper script in `/var/build/scripts/multimail.rb`: ``` ruby...

I believe you should be able to add paths manually to the yaml file, after an initial crawl . Cleaver is that not still the case? On Wed, Mar 10,...

Awesome thanks! By the way, looking at your plugin yesterday inspired me to write a little utility plugin for messing with VBoxManage: https://github.com/dergachev/vagrant-vboxmanage

Googling the error message, it seems related to not having xcode, or maybe it's out of date. Maybe this is the command you need to run: xcode-select --install Good luck....

Hey @pzrq thanks for jumping in here. I can confirm I've abandoned this repo, since I haven't used it for a years now that the dev agency I run has...

@paulirish - thanks for giving this a try! I wasn't able to reproduce your error (also on 10.8.2); the following worked I cloned this repo to a new folder, and...

To test if growl is present, you can try opening and running this debug applescript: https://gist.github.com/4658306

At some point I'll need to get around to rewriting this to use 10.8 notification center. @shedali - Unfortunately Applescript is sort-of statically compiled, which means if my code references...

Sounds like a deprecation warning. https://nodejs.org/api/util.html#util_util_puts Unless it's an error now, I'll fix this when I have a chance.

It's not supported on Windows, unfortunately because I don't have a VM to test it. But, some good people actually did a PR I didn't have a chance to test....