webviewhs
webviewhs copied to clipboard
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Any plans on releasing webviewhs on hackage? That would simplify the installation of downstream packages as well.
modified from https://github.com/jgm/pandoc/blob/master/.github/workflows/ci.yml
Just wanted to let you know that `zserge/webview` has moved to `webview/webview` and we starting to invite other bindings to become "official" bindings and join the community.
Recently webview/webview was rewritten, and this PR syncs webviewhs with that version. Interesting changes: - Main loop in handled exclusively by webview in an efficient way (avoids high cpu usage)....
I think all that is needed is to update webview to the newest version to get the fix for this issue. The error I am seeing is identical to the...
When using `WHS.withWindowLoop` as explained in the documentation, webviewhs starts to consume a high percentage of CPU (100% load almost all the time the app is running). I have managed...
Documentation related to issue #4