Yoan Arnaudov
Yoan Arnaudov
Hello, With the current API pullers pull without limit, I mean you can't control the pull process, the data is just accepted and flows in. Without this control is very...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes #### Summary First of all, thanks to all maintainers of Doctrine....
Currently the example suggests to execute this code when doing edit ```php $product->setBrochureFilename( new File($this->getParameter('brochures_directory').'/'.$product->getBrochureFilename()) ); ``` this is wrong in couple of ways First the `setBrochureFilename` method expects string...
I've update a project from symfony 4.4 to symfony 5.4 and I've started to get errors like these: ``` Compile Error: Declaration of Smalot\\Cups\\Transport\\Client::sendRequest(Psr\\Http\\Message\\RequestInterface $request) must be compatible with Psr\\Http\\Client\\ClientInterface::sendRequest(Psr\\Http\\Message\\RequestInterface...
I'm just unable to write clean code with the current API of the node zeromq. There is something fundamentally wrong here, I think the API should be wrapped around Stream...
### Describe the bug I'm testing the `--rotate-pages` feature but I get inconsistent results. Some pages are rotated, but others are not when clearly they need to be rotated. ###...
### Symfony version(s) affected 5.4.16 ### Description On a production server with moderate traffic sometimes the cache clear command fails with the following error: ``` $ php bin/console cache:clear //...
I always have the Symfony dev server `symfony server:start -q` running in the background during development. However, when I run PHPUnit tests with Panther, it connects to the already running...