Amar Tupo
Amar Tupo
yesss please! but to be honest there is not much syntax highlighting going on their own page -> https://groq.dev/
Make a PullRequest!
2nd this!
@bensperry merge?
this should be merged urgently
@ganlanyuan - pls merge & create a patch
any news here?
stumbled upon the same issue -> the focal point is not passed out of the box you have to pass it manually. `urlFor(asset).width(320).height(80).quality(88).focalPoint(hotspot.x,hotspot.y).crop('focalpoint').fit('crop')` so IMHO this is not a bug....
i had this issue only occur when developing in a monorepo. outside the monorepo it works properly edit: during monorepo development adding `ssr: { noExternal: ['@portabletext/svelte'] }` to viteconfig supressed...