8ctopus
8ctopus
https://github.com/docker/for-win/issues/14036 solution: downgrade to 4.28.0 to downgrade while keeping your images and containers: Docker_installer_4_28_0_path.exe install --disable-version-check
https://github.com/docker/for-win/issues/14060
See https://github.com/php/doc-en/issues/4175
The docker compose menu messes with the console by: - it keeps opening docker desktop - it prevents some characters from being typed when inside the container  The solution...
The following code: ```php $countryCode = 'GB'; $iso = (new ISO3166()) ->alpha2($countryCode); /** @disregard P1013 */ $buyer = (new Person()) ->setFirstName($firstName) ->setLastName($lastName) ->setStreet1($street1) ->setStreet2($street2) ->setZip($zip) ->setCity($city) ->setCountry($iso['name']) ->setEmail($email); ``` will...
I'm trying to design a phpunit test to detect tofu characters within a generated pdf. (If none of the fonts included in the pdf supports the language within the pdf,...
Hello @MustafaHi, I'm back working with sciter and decided to test your VSCode extension, however I struggle to make it work. I've followed the readme installation instructions but fail to...
Thank you for the package which I enjoy using in my projects. Here's a small contribution towards the package maintenance.
Currently the code catches any route Exception and the script exits. ```php public function execArgv(?array $argv = null) { try { $this->handleArgv($argv); } catch (NoRouteFoundException $e) { ... } catch...
First of all thank you for this amazing library! Also I want to apologize if I overlooked something as I'm not a math genius. I'm wondering if there is any...