Thomas Peißl

Results 17 comments of Thomas Peißl

For windows it should be something along this: 1. Install openssl https://slproweb.com/products/Win32OpenSSL.html 2. Install gcc from https://winlibs.com/ (edited) 3. Add the following 2 lines after the first line to the...

I tried to use `CountryField::new('deliveryCountries')->setFormTypeOption('multiple', true)`, but it gives me this error: `EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator::getFlagCode(): Argument #1 ($countryCode) must be of type ?string, array given, called in vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php on line 38` If...

I tried it with `string|array|null` and without any type hint at all. But this gives me either this error `Symfony\Bridge\Doctrine\Middleware\Debug\Query::setValue(): Argument #2 ($value) must be of type string|int|float|bool|null, array given,...

Please execute `v up` and `v update ui`. Then try again. The issue should be resolved.

Log views: They are convenient when you monitor things that spew a bunch of stuff asynchronously, and you are interested usually in the tail, but you still need to have...

I've got this behaviour yesterday. The error in the XCode log field was something like "ERROR ... ready not defined". I've tried all workarounds listed here, nothing worked. I can't...

https://github.com/kenwheeler/gamekit-native-demo

Can confirm 1200px height is too much. iOS "Default-Landscape-2436h.png" got cropped too much.

In V string variables are always automatically initialized with an empty string `''`. So you don't have to write `Test_perfect_nil_handling` and can use `Test_nil`. In this case `println(mystring.len)` will output...

@JeanMeche I guess you should open a new issue. This one dealt with SSG not really working at all and your problem is about hosting the website in a subfolder.