Max Chadwick

Results 32 comments of Max Chadwick

It seems that there is a known issue with mobile Safari vertically squashing images when they get past a certain threshold. It actually has nothing to do with scaling the...

I know that many won't run into this issue. I am using KineticJS in a Phonegap app that allows users to add images to the canvas from their file system....

I'll aim to submit a pull request by the end of the weekend. Thanks! :smiley:

I've been thinking that this might actually make more sense as an option... ``` var img = new Kinetic.Image({ fixIOSVerticalSquash: true }) ``` Then we can take out the conditional...

@ericdrowell Good point. I had the logic in `drawFunc()` where it would be executed multiple times. I have modified this PR so that the logic is executed only once in...

I believe this will become a non-issue in 2.4.6 due to these changes which lead to the attribute value being filtered differently during save. https://github.com/magento/magento2/commit/85f72fc082cf7242513bd4a6921da3bfc40f7f73 From my testing on 2.4.6...

Any update on this? I'm also looking to process output from mysqldump

Hey @sangeethj - Do you have SUPEE-10415 applied? I was just doing some testing and noticed that the `file` tracker will no longer work due to the issue described [here](https://maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404)....

Hey @sdesmet - I wouldn't implement this change as is as I think it's also of value to know your hit rate for ALL requests. It's also interesting to know...

If the height is specified on the `` itself via CSS prior to any JS running that'll be the best way to ensure there's no layout shift, however in the...