Josh Lind

Results 80 comments of Josh Lind
trafficstars

Needs testing, adapted from my current addon, related to this issue... https://github.com/andris9/jStorage/issues/52

Zepto has extend in it's core too. Are there other candidate dependencies?

Folks with resolveReferences issues... **be sure to run `gatsby clean` to clear your cache!** https://github.com/sanity-io/gatsby-source-sanity/issues/152 I was convinced references weren't working in my PortableText blocks nested in an array field.

Recently noted that localStorage doesn't work in Safari in private mode (with v8 in Yosemite). Certainly not jStorage's responsibility, but could be noted. https://slashdot.io/blog/local-storage-is-not-supported-with-safari-in-private-mode

`sanity install table` https://www.sanity.io/plugins/sanity-plugin-table

I've found some bugs with the UI where it has an error when trying to add columns. I've had to make a different edit to the table, and then it...

You could... - capture the `data.payload` with the `onEventScheduled` event listener - send the API endpoints it gives you to your own cloud function (or active server) endpoint - use...

Be aware that any Gatsby build is considered "production" ...only the interactive `npm run dev` or `gatsby develop` will be considered "development" On some hosts you can use `process.env.CONTEXT ===...

This is an old thread, but still at the top of search results. Pagination options for Metalsmith collections that should work with Prismic... - https://github.com/AlansCodeLog/metalsmith-organizer - https://github.com/blakeembrey/metalsmith-pagination - https://github.com/RobinThrift/metalsmith-paginate