Sean
Sean
Simple workaround if this doesn't get addressed: When manually disconnecting, remove the socket from the manager ```ts socket.disconnect(); // @ts-ignore due to private property access delete socket.io.nsps[socket.nsp]; ``` Now when...
I checkout out the code and started to look through it with the idea of adding it myself and I found something surprising. Someone actually thought of this and added...
This is a must have feature
None of these options return the home directory ``` /** The path to user data. */ SystemPath.USER_DATA = "userData"; /** The path to common files for Adobe applications. */ SystemPath.COMMON_FILES...
> Is your replace localization-safe, i.e. working on languages other than English? In the controlled corporate environment where I'm developing for, yes. Besides the language possibly being different, it's also...
I'm on MacOS and can get some keys to work using `registerKeyEventInterest` but only if my panel has focus. Does the panel having to have focus intentional or a bug?...
@prernavij I register key events immediately and it works, **but only if the panel has focus**. If it is supposed to behave in any other way then it's bugged. There...
I got a bit of a convoluted hack working. ### Create a JSX script and save it somewhere. ```js function sendEvent(type) { new ExternalObject('lib:\PlugPlugExternalObject'); // The next line fails unless...
Same issue with `bun test` on `v1.0.30`
This would be so amazing. I've been poking around in the code trying to get any custom shape to work... turns out I don't know nearly enough about SVGs to...