Christian Bartels

Results 8 issues of Christian Bartels

**Guzzle version(s) affected**: 7.4.2 **PHP version**: 8.1.4 **cURL version**: 7.74.0 **Description** On our production server we see a lot of the following errors: `PHP Fatal error: Couldn't execute method GuzzleHttp\\Handler\\CurlMultiHandler::__destruct...

I think the API would be more consistent if $message->getAttachments() would always return an array, even if their might be no files attached. What do you think? Is it worth...

An email with an embedded email can have the following structure: 1: "text/plain" 2: "message/rfc822" 2: "multipart/mixed" 2.1: "text/plain" 2.2: "application/octet-stream" 2.3, "application/octet-stream" Before this fix this structure was parsed...

This PR fixes #181 and partly reverts changes done in #96 to fix #95.

Hi, Great library for building CLI applications, thank you! One question regarding prompts. Is it possible to add support to move the cursor to any position in the input? For...

Dear Maxime, I added the feature because I missed it. Maybe you find this suitable and want to merge it. I made this optional to not break existing code. Thank...

It should be possible to receive (keep-alive) comments in the application. This allows to track if the connection is still active and maybe add some shutdown logic.

Following test fails after the plugin is added. ``` var $elem = $("").animate({"left": 500}); $elem.is(":animated").should.equal(true); ```