hubipe

Results 5 issues of hubipe

Hello, I came across incompatibility with TimeFormat::checkTime method and microseconds. When creating new datetime from string containing microseconds using this: ```php TimeFormat::createDateTimeImmutableFromFormat('Y-m-d\TH:i:s.u', '2017-10-26T16:48:39.139') ``` Exception is thrown: ``` Consistence\Time\TimeDoesNotMatchFormatException Time...

Hi, since 2.0.0-RC6 creating upload session stopped to work. Here is a code sample, which used to work until RC5: ```php use Microsoft\Graph\Generated\Drives\Item\Items\Item\CreateUploadSession\CreateUploadSessionPostRequestBody; use Microsoft\Graph\Generated\Models\DriveItemUploadableProperties; $itemProperties = new DriveItemUploadableProperties(); $itemProperties->setAdditionalData([...

bug
v2: feedback

Version: 3.3.0 ### Bug Description When uploading file.xls, method getSanitizedName() returns file.doc instead of file.xls. ### Steps To Reproduce Create a file upload and upload Microsoft Excel file with the...

### Issue Description There is an error while logging. I don't know what caused it, as there is argument count error for calling sprintf: ``` ArgumentCountError: 3 arguments are required,...

bug

Hi, I've encountered an undefined array key eof warning when calling method Parser::setStream(): ![image](https://github.com/user-attachments/assets/407c4633-fae1-4794-8179-94e1c2d905c7) I've noticed, this problem has been addressed here - https://github.com/php-mime-mail-parser/php-mime-mail-parser/pull/315 and merged, but it seems it...