Tobias Nyholm

Results 325 comments of Tobias Nyholm

Thank you @AndreKR. @Zegnat Yes, you are correct. > I am actually not sure if PHP-FIG has a stance on this. Do you know, @Nyholm? No, I dont, sorry. >...

Btw, I know that PSR-7 will soon be updated. (Just like PSR-6). They will add type hints so this error will be solved. Btw, Static analysers like psalm och phpstan...

This library is strictly following the specification for HTTP and PSR7. I know (because I worked on it myself) that the `PsrHttpFactory` may have some edge cases where it does...

Hm.. I dont really understand. Why would you hold the full response in memory? How would that help you with the article you linked? Also, what is the issue using...

Hm. I've got this problem as well in the php-http/cache-plugin. See [here](https://github.com/php-http/cache-plugin/blob/master/src/CachePlugin.php#L197-L206) and [here](https://github.com/php-http/cache-plugin/blob/master/src/CachePlugin.php#L395-L412). Yeah, lets try to see how an implementation would look. You would of course have problem...

Is this still a problem after #143 was merged?

Hm. I know that I had this issue before. I didn’t do anything specifically to fix it. But since the I’ve updated PHP..

It test fails on the office computer. I'll see if there is any differences at my home machine. ``` PHPUnit: 2 failures. ❯ php --version PHP 7.4.4 (cli) (built: Mar...

Hm... At home it is the same thing. ``` PHPUnit: 2 failures ❯ php -v PHP 7.4.4 (cli) (built: Mar 19 2020 20:12:27) ( NTS ) Copyright (c) The PHP...

Oh, yes please. I have been trying different values because I dont 100% know what "selector" means for different methods. I also tried `.checkbox label` without success.