Grégory PLANCHAT

Results 15 issues of Grégory PLANCHAT

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Exploded the base exception into several more specialized exception class, as initially described in https://github.com/PrestaShop/PrestaShop-webservice-lib/issues/77#issuecomment-1520140508 | Type? | improvement /...

Hello, The following code produces a segmentation fault on Ubuntu 14.04 LTS with kernel version 3.13.0 and PHP 5.5.9 : ``` php

While I am using the example inthe docs for `uv_http_parser_init` and `uv_http_parser_execute` (https://github.com/chobie/php-uv#example-102), with a POST request, I have in some cases a warning and the parsing fails : ```...

This part of the docs are outdated, the following class does not exist anymore since 2.0 : https://github.com/akeneo/pim-docs/blame/e4526ceda82a84bad0367264d276187369a04a35/src/Acme/Bundle/CustomMassActionBundle/MassEditAction/Operation/CapitalizeValues.php#L7

Outdated

Hello, In the class `WyriHaximus\React\ChildProcess\Pool\ProcessCollection\Single`, the [`next` method is returning a bool value (which isalways `false`)](https://github.com/WyriHaximus/reactphp-child-process-pool/blob/master/src/ProcessCollection/Single.php#L28). this `next` method should have a void return type, following the `Iterator` interface. I...