Elias Sjögreen

Results 82 comments of Elias Sjögreen

Have you tried installing the GTK prerequisites?: https://github.com/webview/webview/tree/c5b19403382ef089f9933ea5331c76aa35414589?tab=readme-ov-file#packages

Hi! Yes, looking into this it seems to be the same issue as when trying to use it with venv/virtualenv, just like with #78. We could probably do with some...

Strange, and you get the same error locally when running the tests? Seems like the built code is somehow wrong.

Have you tried using libsodiumjs (or even the [web standard crypto](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) if that fits your needs) directly? It may be easier to depend on it than this, honeslty ill-maintained wrapper...

> I hadn't heard of libsodiumjs until I started looking into this. It would be easier to just use that... but I it'd be nice if this was working for...

Looking into this 👍

This was solved last time by @crowlKats over at denoland I think. I'll ask them

Working on it 👍

This is fixed now. Just waiting on the DNS to propagate.

Yeah, webview is in need of some major refactoring and housekeeping. Haven't had the time nor motivation to update it in the last year or so... Help is ofc always...