Brandon Zacharie

Results 31 comments of Brandon Zacharie

Can anyone describe the conditions in which `pgloader` works at all? Is there some magic combination of MySQL version, MySQL authentication method, OpenSSL version, and/or PostgreSQL version that works? I...

The hash/hashSync functions patch is at the top of my wishlist.

I think this may fix https://github.com/barrysteyn/node-scrypt/issues/131

You're running into problems with directory permissions. Try installing to your user's home directory instead of `/usr/lib/`. NPM isn't helping you for security reasons and I don't think `sudo` will...

I'm able to replicate that. I'll take a deeper look this weekend.

The regular expressions in those two tests are not much different than in any of the other tests. It appears that the string representations of the error objects produced in...

I believe this message is from [NAN](https://github.com/nodejs/nan).

I suspect you're using NVM as is hinted in the message. If that's the case, then I recommend you try upgrading that somehow or changing the environment variable it exports...

Anyway to test this / prove it fixes something?

> uses npm to distribute native code Anyone who wishes to publish an NPM module that relies on native code such that it performs calls in "C land" (i.e. `heapdump`,...