LZL0
LZL0
It shall remain a mystery.
> apparently it needs 8 GPU (80GB vram) to run Say less. That's 3x 4090s.
> > > apparently it needs 8 GPU (80GB vram) to run > > > > > > Say less. That's 3x 4090s. > > No, it's not 80GB VRAM...
> Is there a plan or maybe an ETA for this? I've basically copied the changes into my codebase :D > > Maybe a waaay of crazy question but maybe...
> Not sure why prisma is mentioned here.I am using the latest of everything… auth 5, trpc 11, react-query 5… all is good , been using this PR 💯 Just...
Bumping.
Same issue.
https://github.com/facebook/react/pull/31452 seems to do the job. Merged into Next with https://github.com/vercel/next.js/pull/72768.
> We'll investigate this further. Thank you!
You could create a custom resolver like this for the fields that you would like to protect: add_filter('graphql_my_post_type_fields', function ($fields) { $fields['content'] = [ 'type' => 'String', 'resolve' => function...