henrique doro

Results 24 comments of henrique doro

I'm also facing this issue, but that happens only Brave (even when I deactivate the privacy shield); Edge, Firefox and Opera are working fine. I'm using a npm version of...

Here's how I'm managing this right now: The Sanity image tool preview is based entirely on CSS, which is puzzling as [the docs recommend dealing with hotspot and crop through...

As for fixed images, we must crop them properly. Here's the code I came to for doing that (it ignores hotspot as it doesn't make sense in most fixed contexts):...

Same here! Besides @aubergene 's use for comments, which is impossible in Sapper's current state, WhatsApp link sharing only understands `og:image` if its meta tag is formatted with commas: ```html...

I faced the same, but here's a fix: While the author doesn't merge #83, you can use `npm i react-simple-code-editor --force` to install without a problem. npm will only use...

Following up on this: I think there's value in allowing developers to create a **dedicated studio tool** for an instance of the SUPER pane. It could behave as a content...

@lorraineS thanks for reporting! I couldn't reproduce this, can you double-check if you ran `sanity graphql deploy --playground` _after_ installing the media plugin? Also, could you test to see if...

Thank you for this, Selim! In case others are trying this to no avail, my problem was due to adding the function to remove diacritics (accents) _after_ all the language-specific...

In search of using typography.js for production, I've found a silly and not-so-useful-but-better-than-nothing hack to declare media queries: ```js overrideStyles: ({ adjustFontSizeTo, rhythm }, options, styles) => ({ 'h1, h2,...

Not sure I follow, details are already blurry... But yeah, exposing the snapshot is nice and isn't any leap from what's already in place, as for the implementation I'll leave...