Andri Möll

Results 203 comments of Andri Möll

You know, I think you're right. HOMEBREW_PREFIX doesn't seem to be meant for customization, but rather for external commands. From https://github.com/mxcl/homebrew/wiki/External-Commands it seems we need not support it as it's...

Hehe, I just realized that loading `chnode.sh` doesn't invoke its `node` searching function. Should get some more sleep. ^_^

I turned the `nomatch` option on in my Zsh and, as expected, globs of non-existent or empty directories error out. That also seems to break `chnode`. You happen to know...

Hey! Sorry you're having trouble. Is that when using Must.js in Chrome?

Wow, thank you for doing that much work! I must've entirely forgotten about this and was notified by GitHub mentioning you added v8 to `.travis.yml`. I hope to review you...

Hey! I definitely should. I've just been procrastinating finishing a thing or two off that I could then, with v1, introduce as breaking changes. Mostly been just about `Must.prototype.keys` _and_...

Hey, James! Thanks for bringing this up again! I'm sorry for the radio silence — I've been held up by other things. I hope to get around to reviewing this...

Sorry, I've just been swamped. I haven't forgotten you nor this. :innocent:

Nah, that's not a good pattern. Export a simple Rivets handler for the person to set on their instance of Rivets. Globals are a big no-no. Last I checked you...

Doing things right isn't always easy. One should also _never_ change variables one doesn't own. I have to remind that that particular Rivets instance could be shared by code that...