Alex / KATT

Results 550 comments of Alex / KATT

> i like to work on home page redesign, is there any mockup or a design ? Hey @G3root! Thanks so much for the offer -- I'll try to make...

> > > i like to work on home page redesign, is there any mockup or a design ? > > > > > > Hey @G3root! Thanks so much...

> Minor thing: the react-hook-form example defines `validationSchema` twice. I think this one is redundant https://github.com/trpc/examples-kitchen-sink/blob/main/src/pages/react-hook-form.tsx#L6-L10 Correct! It should only have one schema, do you wanna make a PR and...

> I'm working on basic examples of: > > * User auth with next-auth > * Suspense examples > * Error handling Wow, thanks! Note that Suspense have a bug...

@mrcampbell > I'd love to contribute! I'm afk, but will check tonight. 🙏 > But is there a way to do websockets with rooms/wildcard routes? Please post these in the...

I think I don't want it in the _library_, but I want the examples to showcase a production-ready version, so it would be good to have some more sensible defaults...

Idea: ```tsx queries: { retry(failureCount, _err) { const err = _err as never as TRPCClientErrorLike; const MAX_QUERY_RETRIES = 3; const code = err?.data?.code; if (code === 'NOT_FOUND' || code ===...

See the message above, you can customize the behavior fully

> > > > I'm glad to maintain this translation for a long term. Actually I'm using tRPC and I'll put enough effort into it. > > I'll try to...

Hey @rrfheff would you want to do this for the `next` branch instead?