Michael Scholtz

Results 89 comments of Michael Scholtz

Those screenshots were done on Windows, but happens on OSX as well, especially visible if you use `::-webkit-scrollbar`: [Before (OSX)](https://cloud.githubusercontent.com/assets/2640934/12659057/fc11ad1c-c60c-11e5-841b-8d34e729b8e4.png) / [Now (OSX)](https://cloud.githubusercontent.com/assets/2640934/15998275/3bde0184-313d-11e6-9d0e-e5daa2fd2fad.png)

Seems like you are using Electron v1.x and template app uses older version of Electron APIs.

You could also use older version of Electron, but I would advise against that.

Photon is "just a stylesheet". You can use it with latest version of Electron without any issues. The template app is outdated, but it only serves as an example (a...

+1 for npm package with stable versioning.

Manifest v3 replaces "background page" with service worker and disallows `wasm-eval` in Content Security Policy. This is the error when libsodium loads inside extension's service worker: ![image](https://user-images.githubusercontent.com/2640934/149760243-d4232fe2-5a6b-4dc7-91ab-f0c4a7cd0ebb.png)

> Hi, @scholtzm do you resolve this problem? I have the same problem. Haven't solved the issue yet. Ideally, Chromium should allow wasm in Mv3 the same way it works...

@LeventCelik Stable release is planned for Tue, May 24, 2022.

Work has already started. See `v3` branch for details.