Alex
Alex
I'm working on a list called [awesome-babylonjs](https://github.com/Symbitic/awesome-babylonjs). One problem I'm getting is that awesome-lint complains about the heading and list item description if the final word is "Babylon.js" because of...
This PR is intended to replace as many Node-specific APIs with their standardized equivalents. The number one thing it does is replace EventEmitter with EventTarget. I did my best to...
Show success when there are actually 0 warnings/errors. Messages like "Compiled with 0 warnings" are annoying.
I think there should be an implementation of TodoMVC using vue-rx. Or if not the full TodoMVC, then at least a simple 'todo' example. A real world application's needs would...
This RFC proposes making React components more web-like by defining a `dispatchEvent` and `addEventListener` prop in every React component, and a `useEventTarget` hook to use them. [View formatted RFC](https://github.com/Symbitic/rfcs/blob/dispatchevent-prop/text/0000-eventtarget-prop.md)
## Search Terms EventTarget, Event, events, dispatch, dispatches ## Problem Many APIs have classes that inherit EventTarget, but there is no easy way to document the events that it dispatches....
thegecko and I have done a lot of work on the webbluetooth NPM package lately. It now uses SimpleBLE instead of Noble, which means no custom drivers on Windows and...
### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [X] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
When a JSValue is a JavaScript object, I would like a way to return a list of all the valid properties that could be passed to `getProp`. This would help...
I extracted the first part of my bigger PR: this just replaces all usage of EventDispatcher with EventTarget. I tried a few experiments with how to document events. I recommend...