Christian (Chrish) Dunne

Results 17 comments of Christian (Chrish) Dunne

Not using the dark theme but still getting the white labels. I'm using 10.12.6 (Sierra) and have the dark dock enabled, but not the dark theme in Sketch, if that...

Thought I'd update this as I'm trying things out. I tried adding the contact form endpoint in place of the default mailing list endpoint, like this (where `my_user_id` and `contact_form_id`...

I tried adding this into the `index.js` file of this plugin to see if `contact-form` needed to be `contact-form-json` the same as `post` does... ```js if(endpoint.includes('contact-form')) { endpoint = endpoint.replace(/\/contact-form/g,...

I found the Mailchimp Endpoint on this page using the new Mailchimp UI, just FYI in case anyone else is trying to find it: https://us7.admin.mailchimp.com/lists/integration/embeddedcode Chances are 'us7' is some...

Further information that might help anyone else looking to do this: 1. Find the plugin in your `node_modules` folder (it should be called `sanity-plugin-prefixed-slug`) 2. Copy the `src` folder from...

Sharing this here as it solved the problem for me: https://github.com/sanity-io/image-url/issues/48#issuecomment-1351987836 In summary, try adding `ignoreImageParams()` to your image URL like so: `imageUrlBuilder.image(source).ignoreImageParams().width(300).height(50).fit('clip').url()`

I just ran into this myself upgrading from `v10.16.16` to `v11.1.7`, suddenly my animations were looking a little weird. Changing to `transitionEnd` seemed to work. I imagine this is intentional...