khuezy

Results 136 comments of khuezy

Can you try adding https://github.com/VadimOnix/next-image-cache-cleaner I notice you have ``. Try removing that to see if you can reproduce the leak. If you are, try the cache cleaner to see...

@AngelMaldonado does that setup break any of the nextjs functionality like ISR?

I don't get that error (I'm on pnpm 9.7.0) I have a semi-related issue wrt to `--turbo` ``` │ ⨯ ./node_modules/@libsql/client/README.md │ Unknown module type │ This module doesn't have...

Did something happen in canary 114? `next dev --turbo` works now. And he memory consumption appears to be lower (will need to keep an eye out)

@samcx it may be a mismatch version the others have stated. I had an older version of `@libsql/client` in one of my packages. edit: nvm, I changed back to an...

`This tells me either no one deploys to prod with with SST...` ![dozens](https://github.com/user-attachments/assets/259381e7-0a9b-46c8-86a5-239ad505fbd5)

According to the Vercel devs, enabling `ppr` without the complete infrastructure still has some benefits... so turn it on and see if it's better or worse.

I think supporting `current` and the 2 versions prior seems reasonable.

@conico974 @sommeeeer thoughts?

Was that intentional that the sst 3.10+ no longer supports splitted functions?