Christopher Ehrlich

Results 130 comments of Christopher Ehrlich

I saw Valibot on twitter a few days ago, looks exciting! Definitely interested, especially if/once there is a significant TS server performance benefit over Zod despite (near-)feature parity - the...

seems reasonable. do you want to open a pr for this?

this is actually a reasonable point - we (maintainers) tend to pass the session from the server nowadays, but `useSession` in a client component is still a legit way to...

in general the best way to do it now is to use `getServerAuthSession` in a server component, and pass it as props to a client component. But `useSession` is also...

IMO if the user exits the CLI before making all decisions, nothing should happen. @juliusmarminge thoughts?

> > I really like Lucia for auth, can I make a PR that adds it as an option? > > cc @c-ehrlich @nexxeln what'ya think? id be up for...

we are definitely never adding credentials auth. if someone wants to implement it in their app, that's on them. the effort of reading one page in the next-auth docs is...

Would definitely be up to add this if someone from Narwhal or the community wants to help out :)

A big difference between what we are doing and what something like Cypress and Storybook do is that their involvement in the app is limited to a fairly specific subset...

I agree that the ASCII art could probably improve - it's been pretty much unchanged since the beginning of the project. However I'm not sure about the proposed solution. Main...