Amar Tupo

Results 9 comments of 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!

@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...