Max Chadwick
Max Chadwick
One other consideration is what if the user has JavaScript disabled entirely. I slightly updated my approach to initially only apply the `min-height` if JavaScript is enabled https://github.com/mpchadwick/mpchadwick.github.io/commit/2df4077427422f0e07843e30f7419fb123369284
Somehow I wound up with `["null"]` in local storage for `recently-viewed`. Clearing local storage makes the error go way. I'm not sure how I wound up in that state in...
I think if it detects a modification to `pagebuilder/content_type/*.xml` and finds the same path not in `vendor/magento` it can report it
This only makes sense when #13 is resolved as Magento core will not have SCSS overrides.
Spent some time reviewing what's required to implement - Need documentation on creating diff. Probably something like this: - Create a backup of your project (cp -R . ../my-project-bak) -...
I think this shouldn't happen anymore. I made some updates today and `customized` must be truthy now: https://github.com/sdinteractive/Magento2_SomethingDigital_UpgradeHelper/blob/63d2ff1e0fb8d793b973128dc2a36128c64c816b/Console/UpgradeHelperCommand.php#L125
The issue is a bit old, but for anyone else who stumbles upon it, it appears that oEmbed is what should be used to get the thumbnail now: https://developer.vimeo.com/api/oembed/videos
Fastly team - any update here?
A few questions on this - Would there be a flag to turn this on / off when starting alertmanager (e.g. `-notification-log.enabled` - What would it default to? - Would...
@boardwalki - Did you find a solution for this?