Results 6 issues of gdejong

**Guzzle version(s) affected**: 7.4.2 **Description** The documentation for using a `GuzzleHttp\Pool` suggests type hinting the `rejected` callable with a `\GuzzleHttp\Exception\RequestException` https://docs.guzzlephp.org/en/stable/quickstart.html#concurrent-requests This can lead to a `TypeError` since it is...

lifecycle/stale

Currently when dealing with a `UnixServer`, its connections do not return a value for `getRemoteAddress`, the returned value is actually `NULL`. I`d like it to return the PID of the...

new feature
help wanted

Given: ```

help wanted

# Problem description Writing wav data to a named pipe (fifo file) is not possible and triggers the error: `this file format does not support pipe write`. There is an...

The latest PHP images based on Alpine Linux now use Alpine Linux v3.16. In v3.16, Alpine Linux has split the ICU package in two: `icu-data-en` and `icu-data-full`. Only the `icu-data-en`...

question

(sorry, unable to reproduce on psalm.dev) Given a script: ```

bug
question