-
It would be convenient for ergonomics, documentation, React integration, and transpilers to be able to declare what events an element fires.
We could add a decorator (and static block for plain JS,…
-
When using pipelines to create agentic tasks, it will be great to update the user UI with "status" messages, like "executing function", "creating images", "buying tickets"... This can be done in open…
-
Messages are frequently either considered to be Commands or Events, there is even a brief section in the [docs](https://www.asyncapi.com/docs/tutorials/getting-started/event-driven-architectures#messa…
-
Not sure if this is a known issue, I tried replacing event emitters in my codebase and my tests failed because I was getting extra things in arrays. Apparently I had an events mapper somewhere that di…
-
If we're using event emitters in keyring:
- make one `events.js` file, put all the events in there
- import named events
- document the events in that file?
- feel bad when that file gets too big
…
-
Rather than hide and show an HTML element, could you trigger an event on the Vue component, or an event-bus when network status changes?
This would make your component template and style agnostic, …
-
Use app-wide event dispatchers to reduce coupling in communication between various app components
-
**See also:**
https://discord.com/channels/765519132186640445/829324913097048065/1084769083771330632
-
-
Currently, `EventEmitter` traps any errors emitted by an event handler, merely logging them to `console.error`. We should consider letting these errors just propagate normally. That way, errors caused…