Cam Gould

Results 34 comments of Cam Gould

Looks promising, but I think to make it really solid it needs to update on resize :)

Cool cool. Shouldn't this "issue" remain open and be set as "enhancement"?

@Tikio88, @organicstart it's not too hard to add this. I'd suggest duplicating the existing raw HTML method then building on that (as a new option) using the Sendgrid API docs...

Love it. Effortless and saves on requests 👌

This is probably a little less ideal, but I ended up going with the following in theme.js to keep everything in one place for now: ```javascript // Apply a specific...

@liamdefty wouldn't queueing requests be a more effective solution for those issues? You could try something like https://github.com/evan-liu/fetch-queue

@liamdefty In some ways yes. However when creating a queue you can add your own logic to remove or even merge specific requests when they become redundant. As @chrisberthe mentioned,...

@liamdefty I don't personally think it would be bad to add this. It's not like it adds much weight, especially being a native feature of the Fetch API. It certainly...

Sometimes it would make a lot more sense to have things that behave like "does not contain", rather than an "unless" statement. It would keep things cleaner and offer more...

+1 PS. Thanks for script. Love it :)