Github CI with PNPM?
Is there a way to force data to update on a new page with t3 without having to click the page
Trying to make a website builder (a Wix clone)

UI for updating role
TRPC ratelimiting endpoints (race conditions)
enforceGuildPermissions method, which basically checks if the user who is making the request has permission to get the data for that guild.
The data is stored in my Redis cache for 3 seconds. This works okay sometimes, but other times because there is 3-4 different trpc requests running for a single page which are guild, role and channel. It causes the last request (channel) to get rate limited by the discord API because they are all running concurrently, this means it doesn't give my caching code chance to update it before the next one runs....Help to deploy my TRPC proj from a monorepo (turborepo) at Vercel
why do i keep getting errors like errors like this on t3 turbo when trying to install packages
error An unexpected error occurred: "https://registry.yarnpkg.com/@acme%2fapi: Not found".
error An unexpected error occurred: "https://registry.yarnpkg.com/@acme%2fapi: Not found".
How do I skip build step by files changes?
How do I coerce this function to accept multiple types then conditionally change the output?
const convertInfluenceType = (type: InfluenceTypeEnum | number)
// Outputs InfluenceTypeEnum | 1 | 4 | 7
const convertInfluenceType = (type: InfluenceTypeEnum | number)
// Outputs InfluenceTypeEnum | 1 | 4 | 7

Using Custom Fonts Imported From NPM in The App Router
cal-sans font with the app router.
Before, importing it in the _app.tsx file and then including it in the tailwind config worked, but this seems to not be the case with app router....prisma type error on union type stored as json

next-prisma-websockets-starter explanation
prodServer.ts file and a wssDevServer.ts file. How are these files used?? When and how is the prodServer.ts file used(ran) and how is the wssDevServer.ts file ran?
Because in the trpc.ts file [https://github.com/trpc/examples-next-prisma-websockets-starter/blob/main/src/utils/trpc.ts] the wsLink is used but there are no checks for dev or prod. And WS_URL is imported from publicRuntimeConfig. This is confusing. ...Best testing framework(s)
Trpc mutate is only triggered, no return (Base64 string with length equal to 14079152 as input)

best way to protect my code and avoid piracy when selling it
Toast Error not displaying
const data = await supabase.from('profiles').select('name').eq('name',search)...
tRPC with part on NextJS Lambdas and part on Edge
withTRPCs, but it didn't work.Fetching data but getting error:null and count:null in console
const data = await supabase.from('profiles').select('name').eq('name',search)...

