guloic
Results
4
issues of
guloic
**Environment** System: Windows 10, 64 bit. Nodejs Version: 12.13.0 **Steps to Reproduce** Then run the following code - ```javascript var murmurhash = require('./murmurhash'); murmurhash.v3('foo'); // prints 4138058784 murmurhash.v2('foo'); // prints...
**Environment** System: Windows 10, 64 bit. Nodejs Version: 10.23.2 **Steps to Reproduce** ```javascript // add at the end of murmurhash2_gc.js module.exports.murmurhash2_32_gc = murmurhash2_32_gc; // add at the end of murmurhash3_gc.js...