hubipe

Results 7 comments of hubipe

Same problem here. I have it on an old computer, but can't install it to the new computer.

Thank you for this broad explanation of the problem and suggested solutions. The easiest is (and that is actually how I handled it) is to give up strict parsing (4)....

PHP 7.3 added the parameter `v` to the [`createFromFormat`](https://www.php.net/manual/en/datetime.createfromformat.php) method, so the original issue is not an issue anymore, I suppose only the issues with the modifiers still persist, but...

Hi @Ndiritu, I'm trying to upgrade from RC4 to RC5 and I'm stuck with rewriting code for creating new UploadSession. Before update, I was creating the upload session this way:...

Hi @Ndiritu, thanks for the workaround. Unfortunately that does not work as the Graph API returns invalid request. The library generates POST request to `https://graph.microsoft.com/v1.0/drives/b%21JAGSss-y9Uio20iGLHPPKbk_lZ1tsSxDijzVQZqZpmm_W6DxtFZNS5VR-gtQPhls/items/root%3Atest-file.pdf/microsoft.graph.createUploadSession` with JSON body: ``` {...

I guess I know, which message caused it. It is this message: `$lang['authnotenabled'] = 'The account associated with your email address has not enabled logging in with %s. Please login...

Shall I prepare a PR for the suggested solution? I had to cap nette/http to the version 3.2.3. But there is already version 3.3. Either I have to update an...