Results 42 comments of MikalDev

Can you share an example project and point out the specific issues in the above image?

As far as I know this is an issue with napi-rs. I and another created workarounds for it, discussed on the issue below. You'll need to edit the rs and...

Thanks for the reference, it appears like this issue has been corrected 9 months ago and pushed into main, so I would have though that the napi-rs being used would...

As I continue to research this, one thing I am considering is to see if I can target nwjs in a build using napi-rs or trying to use some intermediate...

Checking in on this again, in the description of this project, it mentions nw.js, but I have not been able to get projects to work with nw.js on windows (on...

I have created a PR on napi-rs for nwjs detection. It looks like it may come in napi-rs 3.x. One change to note on napi-rs is that they deprecated ErrorStrategy....

I think it may be difficult. My understanding is that this plugin renders directly to the C2 canvas, while the C3 version (which I am working on) renders to a...

The failing workflow (macOS arm64) does not seem related to the change. Anyone else have thoughts on this?

Looks like I need to do: cargo fmt, doing that now.