Kévin Dunglas

Results 1072 comments of Kévin Dunglas

So they ship their own .so or compile it at install? While it can be convenient, it is less efficient and harder to secure than reusing an existing global system...

Maybe could we have both? Bindings could check if a global installation is available, and fallback on a local install if it's not the case?

But I get your point. Even for FrankenPHP, we could just vendor the library (or ship precompiled .a files, even if I don't like this solution as it will fail...

It's likely a problem introduced in https://github.com/dunglas/mercure/pull/809. Maybe @Julian-Louis as an idea of what's going on?

This is a known xdebug issue. We'll have to observe xdebug with `strace` and similar tools to understand what's going on. In the meantime a workaround is to disable the...

This repo follows a rolling-release model. The `main` branch is the one to use to start a new project.

Let's keep only the best mode, unless there is a use case for others.

Maybe could we detect the chrome version and disable this if this is a broken one?

@AlliBalliBaba I rebased and force-pushed your branch, and this triggered the checks. There is something weird however: the ownership of some commits changed. It looks like some commits are made...