Benjamin Cremer

Results 18 comments of Benjamin Cremer

Is it really necessary to opt-in into append mode after all, or can we just append by default? The built-in `config.dist.json` would then be like an internal implementation detail for...

Are you using Xdebug's [remote_connect_back](https://xdebug.org/docs/all_settings#remote_connect_back) feature? If so please note that you also have to set the `HTTP_X_FORWARDED_FOR`-header in the fpm-request.

The `host.docker.internal` hostname is not available on linux by default but can be added as extra_host: ``` extra_hosts: - "host.docker.internal:host-gateway" ``` Together with `XDEBUG_CLIENT_HOST: host.docker.internal` this configuration should work on...

Included CR feedback from @bobthecow

The problem is on the phpstorm side. Certain classes are not called directly but via the framework. This includes controllers and DI-Factories as well as Test-Classes. PHPStorm calls these classes...

HI @hranicka, thanks for this PR. I'm currently not running a Shopware Instance so I have to depend on external testing by the Shopware community to verify this change. If...

Sounds interesting. This should be archived without hurting usability too much. Maybe you can split the locations checks into separate include files that can be referenced inside `shopware.conf`. Please not...

Please keep in mind that nginx is not supported officially. Also keep in mind that this will not make your shop any faster. A well configured Apache with `mpm_event` and...

I am open for pull requests that implement this feature if it adheres to nginx best practices.

@jessicana Nothing mythical about it. It's 2022 an nobody has contributed a working subfolder configuration yet.