Jonathan-David Schröder

Results 159 comments of Jonathan-David Schröder

Hello, it would be nice to document how to get the current debug verbosity.. For now I have found by myself: `if(\WP_CLI::get_config('debug')) {` Thanks for the very good WP_CLI!!

Have you had a look at the examples code .sh scripts?

For enterprise world-available applications. Securing a REST API may consist in encrypting its connection (HTTPS), adding JWT/Oauth2 etc, and also hiding the swagger.json in order to prevent any hacker or...

Reproducing bug for 2.4.3-p2 with `curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.3-p2`. Could not reproduce fix...

> @myselfhimself can you please post your full operating system & host details? Everything works fine for me on macOS, so it'll be very hard/impossible to confirm this is even...

> > @myselfhimself can you please post your full operating system & host details? Everything works fine for me on macOS, so it'll be very hard/impossible to confirm this is...

> Are there any errors occurring when running `bin/setup`? If so and you can post the full output, we can try to find out what is going on. Manually cloning...

Obviously the fix was added in Magento 2.4.4 dev in January 2022 per [this issue](https://github.com/magento/magento2/pull/34873/files)... Since I am trying to install Magento 2.4.3-p2 for stability reasons with a given set...

@markshust The wise paths to fix in order to keep the docker-magento oneliner install script mostly automated would be to ask Magento 2's upstream project to add that composer.json fix...

@markshust On the non-interactive `composer` call strategy, according to https://magento.stackexchange.com/a/357508/105860, docker-magento's composer call could benefit from this config call first, which would allow Magento 2's < 2.4.4 to keep installing...