Kévin Dunglas

Results 1072 comments of Kévin Dunglas

Many logs are because you get build logs in your call to `docker compose logs`. Try to do a `docker compose build` before running `up` to skip them. There is...

Using xcaddy to build FrankenPHP should allow to build without the brotli library.

Yes indeed. We should improve the docs.

At least at protocols level, HTTP/3 works perfectly well with SSE (SSE is just a standard HTTP connection). If there is a bug, it's definitely an implementation bug. IIRC I...

> Frankenphp isn't compatible with zend_signals (php is compiled with --disable-zend-signals). But IMHO this isn't the main problem, the main problem is that the extension isn't compiled in ZTS mode....

This looks like something like that: https://stackoverflow.com/a/68581664/1352334

Internationalization isn't supported yet in OpenAPI / Swagger (see https://github.com/OAI/OpenAPI-Specification/issues/1740 and https://github.com/OAI/OpenAPI-Specification/issues/274#issuecomment-234385125), so there is nothing we can do on our side until it is supported by the spec itself.

Thanks Francis, sorry I forgot about this PR.

The CI failure looks related to a change in SPC. Do you know what we're doing wrong @henderkes @crazywhalecc? It looks like we pass the `--build-embed` flag as usual.