Webklex
Webklex
Ah I see :) In that case, your provide code logic looks fine to me. Do you receive any exceptions or is the authentication not failing as expected? I'm not...
Hi @szymekjanaczek , this line makes me nervous: ```php protected function assumedNextLine(string $start): bool { return str_starts_with($this->nextLine(), $start); } ``` This would lock the code to require php > 8....
Hey @szymekjanaczek , I wouldn't call it a mistake. It's a valid point to use modern functions :+1: I've touched the topic it a little bit in 270 but that's...
Hi @szymekjanaczek, yes lets do it. I'll reserved the last week of the year to work on the next major release. I especially want to introduce commit testing via github...
Hi @szymekjanaczek , I just pushed my last weeks work. We now have an actual `Response::class` to work with and real unit tests. Btw happy new year :) Best regards,
Please update to v5.1 and give it another try. If you are currently using an older version below v5.0, please read the breaking changes leading up to v5.1 before upgrading....
Please update to v5.1 and give it another try. If you are currently using an older version below v5.0, please read the breaking changes leading up to v5.1 before upgrading....
Hi @maxkvbn , what kind of updates do you expect? This library has received a few updates since than - it all points to being solved. Please let me know...
Hi @freescout-helpdesk @Yasser-Chen @maxkvbn @herbert30 @BBonnet22 , could someone provide me an anonymized broken email which has exactly this issue? This way I can write a test and replicate the...
Hi @JanKoppe , thanks for the provided example. I've just added a test based on it. It seems to work fine with the current master.