Neven Kajić

Results 11 comments of Neven Kajić

Yup, works without setAreaCode('adminhtml') and I don't see any point for it since it is always run from CLI

Hi @giacomopiva @simonrl I see that group by statement was removed in commit eaee6ccefb12630db3804fae121cd36ba53bd6e0 and bringing it back solves both above problems for me. This way I can open edit...

Hi all. This happened to me in limited cases. Steps to reproduce: * Create product A with image image.png * Create product B with image image.jpg (notice that product image...

I will try to refactor this to match new changes in master branch and reopen PR in future. Thanks for your time and support.

Hi @codebymikey Thanks for your time and support. I am trying to use this as patch, and when patched I still can't access older packages on my instance. Is there...

Here to confirm @vandijkstef's statement. Open source v2.4.4-p4 Example from [Create a custom directive](https://developer.adobe.com/commerce/frontend-core/guide/templates/email-migration/#create-a-custom-directive) not working until underscore _ is removed

Maybe lowercase from saved models class name (without namespace 'fkors)?

Just to confirm. Works on local development but not on live until secound deployment. Magento v2.4.4 using deployer(.org)

Seems like adding ``` services: db: command: --max_allowed_packet=128M --optimizer_use_condition_selectivity=1 --optimizer_switch="rowid_filter=off" --log_bin_trust_function_creators=1 ``` to project's `.warden/warden-env.yml`helps, but it is not a complete fix. Without this configuration, reindexing can take 100 times...