Rocco Musolino
Rocco Musolino
Would be better to use a js-only implementation of iconv, like: https://github.com/ashtuchkin/iconv-lite
Any idea on how to improve this tool bypassing routing and NAT restriction?
- WebTorrent version: 1.2.3 (webtorrent 0.96.0) - Node.js version: 4.4.7 This the warning i'm getting: ``` (node) warning: possible EventEmitter memory leak detected. 11 ready listeners added. Use emitter.setMaxListeners() to...
Would it be difficult to implement some kind of i18n? It seems to be working just with movies given his english title.
## API Example ``` javascript var WebHooks = require('node-webhooks') var InMemory = require('webhooks-memory-storage') var FileStorage = require('webhooks-file-storage') var webHooks = new WebHooks({ db: new InMemory(), // in-memory DB //db: new...
Over 1k stars. Is a live demo available?
I'm having this error on Node v.4.4.7: ``` module.js:434 return process.dlopen(module, path._makeLong(filename)); ^ Error: Module version mismatch. Expected 46, got 48. at Error (native) at Object.Module._extensions..node (module.js:434:18) at Module.load (module.js:343:32)...
``` text de-gyp" make: Entering directory '/home/rocco/Desktop/PROVE/prove-snapchat/node_modules/ursa/build' CXX(target) Release/obj.target/ursaNative/src/ursaNative.o In file included from ../src/ursaNative.h:10:0, from ../src/ursaNative.cc:3: ../node_modules/nan/nan.h:324:27: error: redefinition of ‘template v8::Local Nan::imp::NanEnsureHandleOrPersistent(const v8::Local&)’ NAN_INLINE v8::Local NanEnsureHandleOrPersistent(const v8::Local &val) {...