Rune Botten
Rune Botten
auto update is working very poorly here. How about watching changes in the nss file with GDC? Example code: ``` obj-c const char *fileSysRef = "/path/to/theme.nss"; _fileDescriptor = open(fileSysRef, O_RDONLY);...
Here is an example A component for rendering katex content: https://github.com/sanity-io/sanity-template-kitchen-sink/blob/main/template/web/src/components/Latex.js And registering it as a type in the serializer https://github.com/sanity-io/sanity-template-kitchen-sink/blob/497290e200af2daa67f61cd7c7f3f71f5f0edb73/template/web/src/components/serializers.js#L24
Since 3.0.0 Sanity [supports authenticated requests through the CDN](https://www.sanity.io/docs/api-cdn#c33290fc2cbf), so I consider this issue resolved
Official V3 version at https://github.com/sanity-io/table
Possibly it would be best to just have the consumers of this module do this unwrapping themselves, but unfortunately this module is often not used directly, but through convenience modules...
> Nice, thanks also for the added tests :) merged in `next` and fixed a linting issue so the checks pass
Thanks for getting back to us with code, @pacocoursey I feel confident that what is happening here is that your query finds a draft document, and the id passed to...
Should be solved with the above tips!
@SimeonGriggs This stops our linting from passing. Can you address the TODO comments in the repo? You can see them with `npm run lint`. We should resolve or remove them...
Hi @rikusen0335, could you share the content of the `hotspot` and the `crop` attributes on the image field for this document? You should be able to see them by inspecting...