Mark Shust

Results 289 comments of Mark Shust

This appears specific to Apache Airflow, which isn't officially supported by this project, so I'll close this out as a non-issue. If you do have a non-regressive fix for this...

@gbobts thanks for the link and mention of deployer, that sold me. I also made the update to the PHP 8.1 and 8.2 images. I'll be rebuilding all of these...

All you need in your `/etc/hosts` file is: ``` 127.0.0.1 ::1 magento.test ``` Or, replace magento.test with whatever domain you set up is. 127.0.0.1 is your local machine, and ::1...

Thank you, pulling this one in!

I've tested out the Xdebug implementation numerous times and it works, so I'd recommend to open up a new discussion thread on the topic rather than an issue, because I'm...

I like this idea, but I'm not sure it it's needed, especially with Magento's fairly slow release cycle. There are also some updates that I purposely hold back because they...

Thanks for your follow-up. I think if we keep this at the service-level (PHP, MySQL, etc.) and not the package level (specific versions of imagick, xdebug, etc.), this would probably...

I really like the approach outlined by @andkirby — I actually took the same when building a related docker environment for Laravel: https://github.com/markshust/mbox-laravel You can see how I have a...

This is an awesome addition, thanks so much @bbakalov! The only thing we need is the README documentation updated to account for these updates.

Just to reiterate, this is a windows-only issue. Since I don't run windows, I can't really debug/diagnose this, but if someone wants to create a PR to resolve this I'd...