-
In the below snippet `NewListener` and `RemoveListener` are both above `/* Stream events */`.
```reason
[@bs.send.pipe : T.t]
external on :
(
[@bs.string]
[
/* EventEmitte…
Lupus updated
6 years ago
-
I prefer to use early returns but i know @eventEmitter has a really strong opinion on this (which contradicts the current coding guidelines). I think we should clarify that and - if necessary - adjust…
-
ERROR in node_modules/ngx-inactivity/src/app/ngx-inactivity/ngx-inactivity.directive.ts(81,8): error TS2339: Property 'merge' does not exist on type 'EventEmitter'
-
```
using Blink
w = window()
loadurl(w, "https://www.google.com") ## page loads successfully
body!(w, "Hello") ## this fails
```
Window console error
```
VM233:1 [Deprecation] 'webkitURL…
-
Seems that event emitters in node 0.8.8 have a domain member that conflicts with your usage of domain. There is a problem in events.js at line:
events.js:80
this.domain.enter();
…
-
Hi, how I can fix it?
```
(node) warning: possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at TLSSocket.addListener (ev…
-
**Describe the bug**
Logs in `api-worker` running on production:
```
/usr/src/app/build/services/web3.js:62
throw new Error(error);
^
Error: Error: CONNECTION ERROR: The connec…
-
```
684 verbose stack Error: opencv-build@0.1.9 install: `node ./install.js`
684 verbose stack Exit status 1
684 verbose stack at EventEmitter. (E:\Program Files\nodejs\node_modules\npm\node_mo…
-
`MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSoc`
The error gets trucated.
I've added `process.setMaxListeners(0)` to the main() func…
-
I'm using the example of streaming to python, but when I run the javascript code I get this error:
```
TypeError: createCanvas is not a function …