Ilan Parmentier

Results 15 comments of Ilan Parmentier

@hiteshseepossible as far as I know, Magento doesn't import (and support) less js plugin when you compile theme code, so it will always return errors. You can do a workaround...

@magefan by swapping terms, it would be very confusing for developpers in the future, no ? Another approach will be to create a phtml template (Magento coding standard advice to...

[https://github.com/danslo/CleanCheckoutAutocomplete/blob/e41401eef4ee997f588383a0b7186e054ab07911/src/view/frontend/web/js/view/autocomplete.js#L104](https://github.com/danslo/CleanCheckoutAutocomplete/blob/e41401eef4ee997f588383a0b7186e054ab07911/src/view/frontend/web/js/view/autocomplete.js#L104) > > fillAddressFields: function () { > var place = this.getPlace(); > if (typeof place === 'undefined') { > return; > } > this.c.fillStreetFields(this.e, place); > this.c.fillOtherFields(this.e, place); >...

@AbdulSamadAbbasi Hi, I am testing the extension and I have the same situation as you, did you find a quick fix ?

It is an issue introduced in Magento 2.4.5 : You can refer to : [Hard dependency on magento/module-admin-adobe-ims in magento/module-two-factor-auth #35962](https://github.com/magento/magento2/issues/35962)

As you may know, Magento can resize your image automatically when you send it by the product infos interface (it can be defined in the configuration of the BO). It...

> right, but >1mb and even 5mb is too much for global config, you probably need to update your specific configuration, thank you for info, i need to take a...

I did a little bit of research for `proxy_set_header Connection "";` You enable keepalive connections with this line.