Andrea Peltrin
Andrea Peltrin
Done while porting codebase to Python 3 [583bd5c](https://github.com/passiomatic/coldsweat/commit/583bd5c82cb66804a76d954f9b92fd0447c9f0ed)
Closing this, given that now Coldsweat is a wheel/Flask app that can deployed in a various of ways (Apache, Nginx, GUnicorn, Waitress, etc.) and HTTPS is handled (and documented!) better...
I'm closing this since Python 3 port is now done on a dedicated branch and we are gonna delete much of the affected code anyway.
I've managed to implement this feature in 5738caeda8d5060cbd5260c2856d9d95d9c74eff. At the moment the only allowed domains as sources for iframe videos are: ``` www.youtube.com www.youtube-nocookie.com player.vimeo.com ``` It would be good...
I'm closing this since in Elm UI using `select` is discouraged.
I might be missing something but following [this post][1] I can use `webkitSubtle` with Safari 11.1 to generate promise after the `generateKey` in the console like you did in your...
It seems to work: ``` Promise = $2 result: undefined status: "resolved" ``` And when I inspect the object: ``` [Log] Object privateKey: CryptoKey {type: "private", extractable: true, algorithm: Object,...
Unfortunately RSA-PSS gives an error. ;( For the record RSA-PSS is not listed in the `algo` value here: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/generateKey
There's an example here: https://ellie-app.com/7R2VHTzHJYYa1 The trick is to toggle transparency on hover.
I've experienced the same issue: successfully compiled on Apple M1 with macOS 14.2.1 using "universal2" (https://github.com/passiomatic/videobox/blob/main/pyproject.toml#L49) but when moved on Apple intel the app crashes. From the docs it seems...