Jannik
Jannik
I have a similiar problem: all request, going through `app_dev.php/bundles` produce a `NotFoundHttpException`. Without `app_dev.php` everything is working without errors. Is this related?
Nice idea, will try to work on that. Thanks!
The CI failures seem unrelated to this PR
Hi @bitlbot, no, we don't use it anymore, as we have more or less rewritten it for our company (also OSS, but don't want to link it here directly, as...
Take a look at this bug report: https://github.com/symfony/symfony/issues/8413 The response headers of php-fpm are too big for nginx to handle in the default config.
I have the exact same issue. I even tried the following: ```javascript let node = /* the node where I want my mounted element to appear */; let parent =...
Feel free to link related issues to this one. If I see that correctly, there appears quite a few of them. Would make sense to use a single issue that...
As far as I understand it (and how [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-width) and the [WHATWG](https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-width) write it), `width="100%"` is just invalid. > **`width`** > The intrinsic width of the image in pixels. Must...
Hi, as this happens for all our images, the answer differs a bit. But most of the images are well below 1MB. Is there a way to have some introspection,...
After trying to come up with a fix, I don't quite grasp the implementation. It appears that the line https://github.com/php-translation/extractor/blob/82fc51a07fb626c0bfb31fb3f041baa88fee6acb/src/FileExtractor/PHPFileExtractor.php#L28 is meant that the expected type is an array of...