Kévin Dunglas

Results 1072 comments of Kévin Dunglas

It works well if you set the needed environnement variables as documented here: https://github.com/dunglas/symfony-docker/blob/main/docs/production.md#deploying We're working with Caddy to prevent the crash even when the config is not ok and...

This is just a warning that can be safely ignored in most cases: https://github.com/caddyserver/caddy-docker/issues/303

Yes we changed the naming scheme. We should maybe remove old `latest-` tags, or add them back.

Thank you very much. I'm looking for simple instructions for end users to install the library without building useless artifacts. I used the typical cmake invocation: ``` cmake -S ....

This looks good to me. What do you think about adding a `BUILD_TESTING` mega option that will set `BUILD_TEST` and `BUILD_SAN` to off? This option looks pretty standard and is...

I confirm that the `next` branch works as expected, thank you! Another related thing: is it desirable/needable to install the `wtr.watcher` and `tw` binary in the system path? At least,...

For the record, I opened a PR to add watcher to Homebrew: https://github.com/Homebrew/homebrew-core/pull/201096

Could we detect if XDebug is installed and only disable the worker mode if it is? It isn't by default and the worker mode improves performance even in dev mode.

@Radiergummi a problem with this approach is that Xdebug can be disabled (or enabled) for the CLI SAPI (which, generally, isn't using FrankenPHP), but enabled (or disabled) for the FrankenPHP...

I may be mistaken but you'll need the system library installed regardless of the language binding you use, right? Or are other languages downloading or compiling the C++ library automatically?