Ribhararnus Pracutiar

Results 5 issues of Ribhararnus Pracutiar

- Event emitter issues appears: (node) warning: possible EventEmitter memory leak detected. 2 listeners added. Use emitter.setMaxListeners() to increase limit. Trace at EventEmitter.addListener (events.js:160:15) - Never ending (incomplete) downloading, when...

I don't know what happens, but could you run test with scenario high traffic? Because my server hang and can't restart with PM2. If that is happens with node 0.12.0,...

I tested using HackerNews firebase API, delete eventName solved my issue. When you debug here eventName is put or open, etc. The emitter can't find listeners with that name, delete...

I use express js as backend, you could read several issues with application/json with no body. It's returns invalid json https://github.com/visionmedia/express/issues/1416

I want to assign each element node to have an Id such that: ```javascript editor.normalizeNode = ([node, path]) => { if (Element.isElement(node)) { if (!node.id) { const seed = Node.string(node);...

bug