Marc

Results 13 comments of Marc

Just ran into this with the latest version of bootstrap-modal on iOS 6.0.1 (iPhone 4). The _Long Modals_ example exhibits the bug.

That'd be neat =) p.s. Encountered this on a friend's BlackBerry Bold 9900 as well. Guess it might be a universal Webkit problem on mobile?

That rule fixes the issue for me somewhat on my iPhone 4 running iOS 6.0.1. Thanks! The issue with this rule though is that a (very long) page is scrolled...

The file lib/magento/connection.rb is missing a `require 'logger'` statement which causes magentor to choke and die with the error "uninitialized constant Magento::Connection::Logger". Simply include that statement and rebuild the gem.

Still seeing this issue in OBS 27.2.4. I am running: - an Intel Mac (Retina 5K, 27-inch, Late 2014) - MacOS 12.5 (Monterey) OBS 27.2.4 doesn't crash when adding a...

> Apache: ModPagespeedAddResourceHeader "Content-Security-Policy" "upgrade-insecure-requests;" Nginx: pagespeed AddResourceHeader "Content-Security-Policy" "upgrade-insecure-requests;" > Might help you force browser only request resourse on HTTPS ```Content-Security-Policy``` resolved the mixed content warning issue for me...

@PauGNU I worked around the limitation by creating my own module and extending ```\Ebizmarts\MailChimp\Model\Api\Product``` and modifying ```_buildOldProductRequest()``` and ```_buildNewProductRequest()``` to treat bundles and gift vouchers the same as simple/virtual products....

Was this feature ever merged into master?

This will resolve both #1 and #6. NOTE: IS_LOCAL environment variable was added in https://github.com/serverless/serverless/pull/3642.

Better (5 years) late than never? 😅 Separately: I don't even remember putting in this pull request 😆