Thomas Steiner
Thomas Steiner
@nondebug, do you have an idea why this might happen? Sounds like some sort of race condition. I have personally never run into this on my Mac, but the reporter...
@light2peter, do you have an answer to https://github.com/tomayac/joy-con-webhid/issues/16#issuecomment-1419571000?
> If we do this FYI, Mozilla approved their corresponding PR https://github.com/mozilla/standards-positions/pull/884#pullrequestreview-1630026749.
I started a reverse-engineering effort of the new Enel X Way API and have put my findings in a [public Gist](https://gist.github.com/tomayac/754284dd79e20147f482d932ed89f2a1). Help is very much welcome! So far I have...
> [I]s there a way to request an API after the migration? Not that I know of. It’s all private. I don’t want to share their code, since it’s probably...
Yes, I have also noticed this. I wonder if @sylmroz who added direct color support has an idea how to fix this?
Unfortunately not yet. If you have the cycles to investigate, this was introduced in https://github.com/tomayac/esm-potrace-wasm/pull/5/files, which added direct color support.
Turns out this also is the reason for #3.
I have tried my luck in https://github.com/tomayac/esm-potrace-wasm/pull/1, but haven’t succeeded unfortunately. Definitely help wanted.
For developer interest: - The Deno runtime has implemented the [`WebSocketStream`](https://deno.land/[email protected]?s=WebSocketStream&unstable=) interface. - A [polyfill](https://github.com/CarterLi/websocketstream-polyfill) to use the API in current browsers exists.