-
### What version of Bun is running?
1.1.27+267afa293
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
I am using `serve` to stream server sent eve…
-
I'm having a really, really strange issue. At the moment, emitters straight up aren't working, but they were working a few hours ago. I've tried a ton of things, but I just cannot determine what has c…
-
EventEmitter should have:
on method (exactly the same as addListener)
removeListener
once method (like node.js)
global listener (all events)
removegloballistener?
Or: using EventEmitter from node??…
gdeb updated
10 years ago
-
Hi,
would it be possible to make the Event Emitter public?
In my app I have another directive that would need to trigger server requests (image loading with auth token) as soon as the inView eve…
-
incorrect TS types: WebsocketClient instance extends event emitter at runtime, types do not.
This ts-expect-error should not be necessary
![image](https://github.com/user-attachments/assets/b5d07ba3…
-
### Describe the bug
Hi, I have app that has tabbed view with multiple lists. When tab switched all elements in list disapears. After it went back to visible state, list got rerender.
Tab view imple…
-
Hello,
When the quill editor is destroyed, the events are still listened to. Therefore, when I recreate an editor later, the mousedown, mouseup and selectionchange events are triggered.
Would it be …
-
First filter: ev.dataset.has( *n55 * )
The hope is that shrinks the library by more than a few bytes.
The performance gain would be advantageous if installed as a widget.
-
Lodestar libraries depend on a number of external dependencies for historical reasons.
Identify dependencies that are not maintained anymore or can be considered a security risk.
- [ ] https://git…
-
Is there a way to have something like `this.filter.focus()` fire when the dropdown is open and the filter is present?
I would like to `.focus()` in the filter field when the dropdown is opened.
I …