Jiří Petruželka
Jiří Petruželka
Hi, it would be nice if the picker wouldn't allow to choose invalid dates like 31.2.2012 (and since the graphical datepicker does not allow them, it also creates a slight...
Hi, while you're free to edit your global config, for all the users would be beneficial if as many as possible would be offered out of the box Current list...
Hi, on this line https://github.com/Nearsoft/PHP-SeleniumClient/blob/master/SeleniumClient/WebDriverWait.php#L62 the variable $resultObject may not be defined if the previous call fails, using isset() would handle that. BTW should line 59 really be empty? I...
### Description If the request fails, [this line](https://github.com/openai-php/client/blob/main/src/Transporters/HttpTransporter.php#L51) will simply crash on "Call to a member function getBody() on null" instead of handling this usecase somehow - at least to...