Danny M

Results 2 issues of Danny M

**Describe the bug** Any shell completion fails on macos Sonoma (14.0) **To Reproduce** Steps to reproduce the behavior: ``` - trigger: ":anything" replace: "{{output}}" vars: - name: output type: shell...

bug

https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers For example this: [frontend/src/lib/account.ts 192:199](https://github.com/WardPearce/Purplix.io/blob/bb8fade768b45c156d6d67494838a70d7085622b/frontend/src/lib/account.ts#L192-L199) ```typescript rawDerivedKey = sodium.crypto_pwhash( 32, password, rawSalt, publicUser.kdf.time_cost as number, publicUser.kdf.memory_cost as number, sodium.crypto_pwhash_ALG_DEFAULT ); ```