Dylan Smith
Dylan Smith
I would have expected the resolution to #9 to solve this. Here is the test I wrote waaaay back then: https://github.com/dylansmith/node-exif-renamer/commit/6eb204261c0f584318153492acd6a90027075b9a#diff-a6e05095d2e2f527c13bad5d2b68cf28R358. It's possible that I haven't tested your particular case;...
Ah, I see. I'll have to parse the increment from the original filename and re-apply it in the output. Nice find, thanks.
I opened a PR to resolve this: https://github.com/imagemin/optipng-bin/pull/95, please give it a 👍!
This is not a React issue, but rather an issue with the way that D4 is internally reliant on the presence of a `d4` global. I suspect if @martinlendable is...
@martinlendable as a workaround, you can use https://github.com/webpack/script-loader: `require('script!d4');`
Might be worth using the `defer` and `async` attributes of the `` element to also indicate that the resource should not be inlined.
It appears as though Shopify has updated their guidance for embedded apps recently, and they recommend these changes now: https://shopify.dev/docs/apps/auth/oauth/update/node-php