amcc
amcc
Here's a working version from a basic repo: https://github.com/amcc/gatsby-sanity-algolia The issue was leaving out the `id` from the graphql
I came across the same issue again yesterday, on a different project, found my own issue and remembered the fix!
I've also seen this - uploading around 11000 image it sometime appears. Throttling gatsby with this seemed to help - but i don't know if its a co-incidence it seemed...
``` { resolve: "gatsby-transformer-cloudinary", options: { cloudName: process.env.CLOUDINARY_CLOUD_NAME, apiKey: process.env.CLOUDINARY_API_KEY, apiSecret: process.env.CLOUDINARY_API_SECRET, uploadFolder: "gatsby-cloudinary", breakpointsMaxImages: 3, createDerived: false, }, }, ``` our image sizes vary - but we're doing this:...
Further to the above - we've changed the structure on MongoDB so that if there is no image on a mediaItem we put the following: ``` mediaItems: [ { "cloudinary":...
Totally understand. Same deal here re-holidays :) will do a PR asap
This took a few months to happen - sorry people, hope this helps: https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/pull/140
i'm also really interested in this. Not sure where to start with configuring it with react-p5, but happy to try. I've used p5.js-svg and made a starter here: https://editor.p5js.org/amcc/sketches/jE8VuGHNx All...
great, glad you think so. This sort of thing works really well of course: https://fonts.google.com/ Initially, I'm thinking of something slightly less complex. My thoughts are that it would be...
That’s amazing. If you’d like any help making a gatsby version I’m happy to work with you on it.