Arthur Neuman

Results 38 comments of Arthur Neuman

> Hi, > > This looks awesome! I’d love to try it out, but I noticed there aren’t any Windows binaries. Can you add those to the repository, or do...

> One possible solution is to use GitHub Actions. It looks like there's already a PR addressing this (#29). Maybe you could take a look at that? I've implemented actions...

> It looks like the DLLs are working since a window is created, and the onClose callback is functioning as well. Is there anything else that needs to be tested?...

At some point I switched it from using EventEmitter to just taking a callback on `runNonBlocking`. Try pulling the latest commit and see if that works

Could you send me some example code to try out so I have more clarity into the issue?

It was an upstream issue with Complexicon's implementation. I've fixed it in my fork. Once the build action finishes (https://github.com/exoRift/webview-bun/actions/runs/16531577944), it will be available at the latest commit on main....

Yep, you're right. I didn't observe this on Mac but I tested it on Windows and it happened. I'll take a look

Should be fixed now! Tested it myself (I hope I didn't screw up 😅) https://github.com/exoRift/webview-bun/actions/runs/16553419049

Originally, the PR pointed to Complexicon's fork which added the ability to manually pump the event loop (allowing for this implementation) which is still a fork. My fork adds some...

Is there any need for that? I think that may be a bit disrespectful to the original package creators, not to mention it would need to be maintained and kept...