Tailwindcss looks weird after @uploadthing/react/styles.css
How can we handle transferable={false} with Clerk elements while building custom UI?
Error: cannot find package in yarn PnP
Revalidation for data using next.js 15 route handlers
Request url has trailing slash before query params depending on params order
How do I check video metadata in frontend without using any packages that requires NodeJS.
The image is stored on UploadThing but it doesn't return the url

Google Docs Clone Tech Stack
Redux Optimistic update
which SaaS is used to make this https://docs.uploadthing.com/
Stream Closed, but I'm getting my results
Mac: Disable window resize when moving mouse pointer to right edge of screen

Filter/search files in uploadthing REST API
listFiles
endpoint, but it doesn't seem to accept any type of params for filtering.
Since there's a search bar in the uploadthing files overview, I thought there would be a way to also filter files via API.
I could fetch all files and filter them myself, but that seems inefficient....Unit/Integration test strategies for create-t3-app?
CSS scroll snap to CSS column rule
Where is QwQ-32B hosted at?
How does Theo hide the Mac's Menu Bar without occupying screen space?
Previously, when I used that set up the space was preserved, now it's working how I want it to:poohheh: ...

T3 App Router Service Layer
useRecipe()
that would call the service layer implementation for loading, updating, deleting a recipe where the components would pull that state in). I’ve converted the service layer to use the new ~/trpc/server
file (as opposed to the new ~/trpc/react
file) so these new functions can be used by not only the data hook, but called directly from server components. This allows reusability in my service layer for conversions, etc. It seems to make sense to me to reuse these funcs rather than call trpc directly from server components to align with reusability and encapsulation “best practices” (please correct me if I’m wrong). Calling these funcs works great from my server components, but when I try to use my data hook on client components that now have the service layer that use the "use server";
instance of trpc, I am getting this error:
You're importing a component that needs "server-only". That only works in a Server Component which is not supported in the pages/ directory
You're importing a component that needs "server-only". That only works in a Server Component which is not supported in the pages/ directory
Example code for Theo's Stripe Suggestions
Server example of UTApi.uploadFiles with setting a customId?