-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
I can no longer toggle into t…
-
Hello, I imported package `browser-level`
and received the following error
```
✘ [ERROR] Could not resolve "events"
node_modules/abstract-level/abstract-level.js:5:33:
5 │ const { Eve…
-
I am using this library in another project. Newer versions of Node.js are having issues with process.EventEmitter. By changing line 6 to:
```
var EventEmitter = require('events');
```
Things…
-
Repo: https://github.com/grabbou/nodeschool-eventemitter
Not sure if this part has been already covered somewhere, but was thinking that we might want to create additional workshop to cover this fiel…
-
There seems to be an `EventEmitter` leak in the client code. If an error is thrown when logging in for example, things don't get cleaned up correctly.
I could be wrong but I don't see any calls to…
-
Should component objects extend EventEmitter or should they merely have an events property? I fear that implementing both will cause confusion down the line.
-
### The problem
```console
(node:17202) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [WriteStream]. Use emitter.setMaxListeners() to increas…
-
So needless to say, EventTarget is pretty damn slow. I wrote an identical interface to yours in `event_emitter.ts`:
```js
export class ObjectEventEmitter {
#events: Object = {};
/**
…
-
**Bug Description**
**I have to report Multiple**
I am using AppleHealth.getAuthStatus but it is giving me same response as 1. is there any workaround to solve this issue.
**Second Issue**
i am g…
-
Raised on #255 , an alternative to hooks for relevant systems