Arnout Kazemier
Arnout Kazemier
I guess it would be nice to have, but the question is what should be done once we see those chars? Just remove them?
The problem here is that we want to have some sort of compatibility with other libraries, if the majority of libraries is doing hashing, we should do to. If they...
No, because the hashring requires 64bit bitshifthing which is not possible in JavaScript and therefor requires a binary add-on so we can correctly distribute the servers in a cluster. We...
Because it would have to be pre-build for every single operating system and node.js version combination and bundled within the package. So instead of downloading a 2mb file you start...
@morious I'm just hoping that npm solves this problem. They should just pre-compile these kind of binary dependencies on their server and use those during installation. But I highly doubt...
@morious I can't really advice on that as I'm not Windows user.
.looks me that you also globally installed the node modules as it's in `/usr/lib/node_modules`. The Module did not self-register is usually an indication that you did not install the node...
Hi, SASL auth isn't on my todo list. Because I don't use it. But I'll be more than happy to accept a pull requests for it ;)
Adding SASL might a nice feature, but I have no experience with SASL authentication so it's going to be huge task for me to implement it On Saturday, March 24,...
Decided not to add SASL support as this requires me to support 2 different parsers a ASCII parser and a BINARY parser as SASL support can only be done if...