Michael Voříšek

Results 410 comments of Michael Voříšek

xdebug should require standard openssl ext when used with cloud to minimize the ext size and maintanance

I think we can fire some request (`execute` request?) to detect W3C support on WebDriver creation.

@govert My past testing was done in Office 2019, now I have this project finished and have no quick access to any newer version nor dev tools for it.

I belive the deeply nested calls are invoked from here - https://github.com/bovigo/vfsStream/blob/v1.6.8/src/main/php/org/bovigo/vfs/vfsStreamDirectory.php#L183 - it iterates over all children and `hasChild` calls `getChild` again. I belivery it can be easily replicated...

Hi @gvenzl I started the image with `docker run -it` as I needed the image for development purposes for https://github.com/atk4/data. This usecase needs the fastest startup possible and I start/keep...

> The resize on startup is done to keep the image size itself small, something that has been requested a lot. However, the image could be extended with an already...

> many people have complained that the uncompressed image size on disk was too big. I tried to lookup discussion for it but in this repo's issues I did not...

Hi Gerald, I saw your https://github.com/gvenzl/oci-oracle-xe/issues/36#issuecomment-1229347105 post about expanded images and I was hoping it will solve also this issue, but it does not. The problem of `cannot allocate new...

the problem is present with every type (`static`, `$this`, ...) when there is an intermediate class

we face this problem in https://github.com/atk4/data/blob/14219832dcde1833b5b5d656064d5cd6e47d9f9f/src/Model.php#L128 which is problematic in almost any repo that uses this library, as default `Model::$table` property is normally redefined in any child class we cannot...