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...