Alex

Results 32 comments of Alex

Feels like a standstill... switching to https://hub.docker.com/r/webdevops/php-dev/tags

The thing is: It was already part of it and somehow dropped out w/o notice.

Oh, idc anymore, tbh. As I said, I am using webdevops/php-dev now. Not perfect either, but works well enough for me.

Will there be a GPDR compliant replacement?

In my personal older fix for Select, I indeed used `array_key_exists()` because I also prefer it. However, in Field.php there already is a `isset()` check for the array key so...

....hope you have write access :p

As I mentioned in https://github.com/OpenMage/magento-lts/pull/4125#issuecomment-2266627620 I think OM should handle this in a proper way. "Proper way" may be arguable: * Showing the option as good as possible (like this...

Now, the log piles up, too, with the warnings ;) (ok, depending on cfg) So I guess, this is not really solvable without BC, be it filter out wrong options...

I have a simmilar PR pending, `array_key_exists` and if required `is_null` is prefererred over `isset`... https://github.com/OpenMage/magento-lts/pull/4121#issuecomment-2252386633