Daniel Fahlke

Results 92 comments of Daniel Fahlke

Is this a big enough issue for v19 to need a fix?

in which cases is a deleted payment to be expected?

in this case you dont delete the payment methods with this code, you configure a pseudo method with the same type to avoid all the errors.(I know there are some...

some of the async index modules are actually making use of this, one example is https://github.com/magento-hackathon/AsyncIndex and as it is something which is really used inside the EE version, Iam...

There can be so many reasons why this was added, but there is a config to disable it, so I dont see a need to change the code.

I understand the issue, but this change probably causes a big drop in performance for this endpoint. also the save should trigger the afterCommitCallback, which should trigger a reindex for...

can you check if this `_registerStockItemSaveEvent` call is triggered? It only uses the `logEvent()` call, so the other indices need to be processed in a separate process I think. Can...

one more source: https://blog.koehntopp.info/2022/01/12/utf8mb4.html#tldr highlighting the > Your programming languages utf8 is called utf8mb4 in MySQL. definitely does not belong into the 1.9.4.x branch, as long as MySQL does not...

also relevant: https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-utf8mb3.html > Note > Historically, MySQL has used utf8 as an alias for utf8mb3; beginning with MySQL 8.0.28, utf8mb3 is used exclusively in the output of SHOW statements...

multiple composer autoloaders are not a problem as the generated autoloader class gets a unique prefix which has avoiding such conflicts as side effect. I would also like to have...