Elias Sjögreen

Results 82 comments of Elias Sjögreen

Looking at this now quickly I think the biggest problem is that we are using a 2 year old version of webview. We need to update the build scripts to...

Probably related to #78, #79 and has to do with python import resolution. May also be because of mismatching environment to the global one when using virtual environments. This is...

> How do you work around this on a team where people are using different computers? Do I need to try-catch the deno-dom import? The library used for loading the...

Closing this unless a concrete issue/bug/enhancement can be described. I am guessing this may have to do with the general issues which arise around imports and non-global dependencies. See #78...

This is most likely due to https://github.com/webview/webview_deno/issues/149#issuecomment-1357942188 and has been an issue for a while. Could also be because the webview run method is blocking on the main thread (never...

> As for having a worker, that would only be a hackfix for what is essentially a regression (in the case of Windows and Linux operating systems). webview_deno used to...

Sounds like the solution! You are very welcome to create a PR :)

The major issue, which I believe is mentioned elsewhere in some issues in this repo, is that the JavaScript event loop is simply stalled by the webview event loop on...

This should be tested again now that #41 is merged... If I find the script with the leaking semaphore.