Michael Voříšek

Results 410 comments of Michael Voříšek

With #294 merged `git` should work for all patches if installed. The `patch` command can be left as it is for now as it will be then only as a...

@oerdnj can we have this issue reopened and can you write any estimate?

@sebastianbergmann can you please merge this fix into 3.0 - 5.0 to fix phpunit 8.5 and 9.5? Github Actions CI should be probably backported to 3.0 branch too, but I...

What about using FFI?

What about preprocessing the header files with https://github.com/metala/ccpp ? It is quite old and not very popular project, but it might be enough and seems to be well written based...

@Gemorroj Do you have the experiment code available and do you want to reconsider the `ffi` solution for this project again?

Yes, I increased it. But composer should reset the timeout when there is an expected progress (like `Receiving objects` count is increased) and this progress should be also presented to...

I belive it is because `linux OS detected` instead of Alpine. Presence of `/etc/alpine-release` file should be used to check if running on Alpine OS or not.

Both phpstan errors seems correct - https://3v4l.org/2FDN1 - as long as the `get_called_class()` is/should be resolved to `C` type.

Am I right, the only change you want it https://phpstan.org/r/00bc2bec-6bb1-4a10-8e7e-8eb7eeb7cc16 to return `class-string` instead of the current `C`?