Building CT3 app with docker - libssl error
prisma generate it can't load libssl package. I've done it before like a milion times in 2022 and it worked. I haven't changed anything in dockerFile since and it is just copied from the docs.
Error:
```
#13 87.17 > 360review@0.1.0 postinstall /app...UseEffect not being called
Invalidating queries with tRPC

What to use to generate pdfs?
How to stop working after work?
React: Passing value to prop callback ?
How to search for msgs that include a string

I can't figure out how to make an authentication middleware for my API please help
inferring types from tRPC array
type Question = RouterOutputs["question"]["getAll"][0];
...Prisma: filter include statement by nullable relation, exclude when null
tRPC Websockets | package subpath not defined by exports

Next.js Blog Dynamic Routes Tutorial - 404 when visiting /pages/[id]
localhost:3000/posts/ssr-ssg or localhost:3000/posts/pre-rendering.
I've triple-checked that pages/posts/[id].js and lib/posts.js match the files in the next-learn repo (https://github.com/vercel/next-learn/blob/master/basics/dynamic-routes-step-1/), as suggested by the tutorial's troubleshooting section, but it's still not working. I'm not sure if it's an issue with getStaticPaths() or getStaticProps() in the pages/posts/[id].js file....Next's Link bundle size too heavy (70.53kb)
Error function trpc
```registerUser: publicProcedure .input(z.object({ email: z.string(), password: z.string() })) .mutation(async ({ input, ctx }) => { const user = await ctx.prisma.user.findUnique({...
T3-Turbo Installing Expo Packages Error
yarn add @shopify/flash-list@1.1.0 react-native@0.69.6...
Share components between Next.js and React Native?
tRPC client from swagger
Typing self-returning proxy