Simone Cervini
Simone Cervini
 [VagabondBase](https://vagabondbase.com) — All-in-one platform for travel planning. tRPC is amazing, it really allows you to move much faster. Almost the entire backend of VagabondBase is based on tRPC.
Hey guys! I've recently been working on a `` component based on react-aria and following the “shadcn/ui” philosophy. [react-aria](https://react-spectrum.adobe.com/react-aria/useNumberField.html) provides incredible hooks for these kinds of components. https://github.com/shadcn-ui/ui/assets/69400730/8022052c-ec21-497d-b3ef-8d0d4f2de9a2 I’m sharing...
Hey @juliusmarminge `isMutating()` is arguably the most useless function added. I included it just to make the API complete, and you’re right about that. However, `getMutationDefaults` and `setMutationDefaults` actually use...
@KATT Yeah, after taking a closer look at the tRPC code I realized it wasn't actually a bug, my bad I wasn't entirely sure because it seems that the implementation...
I agree about React! We could also consider Zod, which is currently used by 6 packages in the monorepo
> 9.5 is released - wanna get this ready for merge? Certainly, it should be very quick
@juliusmarminge Idk maybe this is a better name? The idea behind the React named catalog is to make it easier to manage apps with different React versions by grouping all...
@necmettindev Yes, I agree. I actually wrote it that way already (https://github.com/t3-oss/create-t3-turbo/pull/1081/commits/3c3e89dbf24aa641c777ffc7c54da34a0807aa80), but I misspelled it in the diff message
> ``` > 'Scope: all 14 workspace projects\n' + > 'D:\\Github\\my\\my-turborepo\\apps\\auth-proxy:\r\n' + > " ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER  eslint@catalog: isn't supported by any available resolver.\n" + > '\n' + > 'This error happened...
Hey @KATT, I opened this PR as a draft because I haven't added tests yet. Can you please let me know if you think this change makes sense for the...