titanism

Results 106 comments of titanism

As maintainers we don't write nor support TS, but a PR is welcome!

I think (?) not sure though!

@curran Partysocket has issues, which is why we at @forwardemail still aren't using it yet. Until these are resolved: - https://github.com/partykit/partykit/issues/538 - https://github.com/partykit/partykit/issues/537 - https://github.com/partykit/partykit/issues/536

@curran you can see our implementation and notes here https://github.com/forwardemail/forwardemail.net/blob/master/helpers/create-websocket-as-promised.js, as well as packages used

@benbjohnson just following up to see if encryption is supported yet? We're looking at using which supports multiple encryption methods including https://github.com/utelle/wxsqlite3#wxsqlite3---a-lightweight-wrapper-for-sqlite (e.g. sqleet by default; ChaCha20 - Poly1305 HMAC).

@benbjohnson Thanks - we're using https://github.com/m4heshd/better-sqlite3-multiple-ciphers right now with `sqlcipher` and the `legacy=4` flag so we can use it with . LiteFS looked like a promising approach for replication, but...