Rob Marscher
Rob Marscher
@timothymiller FYI here are the new docs getting created around email verification for lucia v3 - https://v3.lucia-auth.com/guides/email-and-password/email-verification-codes
:+1: makes sense. I'm not personally super motivated to implement this... so if someone else wants to submit a PR... 🎉
It seems to work great in my testing but wouldn't hurt for more people to test. You can just download https://github.com/rmarscher/argon2-wasi/raw/1.0.0-0.5.3-optimized/bin/argon2-wasi.wasm and move it to packages/api/src/utils/password rather than checking out...
Yes, cloudflare's workerd seemed to suddenly not like the `await wasi.start(instance)` line. Locally with miniflare, I also saw an error - "The script will never generate a response". Setting up...
It looks like this is an issue with nestLists in @portabletext/toolkit - https://github.com/portabletext/toolkit/blob/main/src/nestLists.ts I think it doesn't handle when list block level > 1 and also doesn't handle when the...
Using v1.1.25 on MacOS 14.5, I patched a few files in the dist/lib/builder folder of a package and then received an error when committing the patch: ``` error: failed applying...
DXOS is doing some interesting work with server "agents" - https://blog.dxos.org/announcing-the-managed-agent-service/ I was thinking that an interesting pattern for localfirst would be to have a way for authorized servers to...