Maks Rafalko

Results 224 comments of Maks Rafalko
trafficstars

What if we mutate `public` to `private` instead of changing the name? It's also produces Fatal Error https://3v4l.org/2Ln2O This will be in line with the public/protected method mutators

Unfortunately, no, I'm not familiar too. It requires a deep investigation. Btw, today I found a critical bug with `IncludeInterceptor` that wraps the `file` stream, you can find explanation [here](https://github.com/infection/infection/pull/40#issuecomment-329132252)...

@alanbem @Cash2m with API proxy, 1. is it correct that each request will produce another http request? 2. is it correct that we should get response from real API and...

Quite surprised this is not implemented in the official PHP package. For those who still need it: there is an implementation in pure PHP that has a feature to pack...

Same need here. API that we work with returns total items for pagination in headers. Unfortunately, we had to get rid of this code generation feature just because of no...

> Also /start and /sub and /help do not return any answer same for me

@polyfractal is there any good alternative with similar functionality? Hard to find one

@dg I can confirm [this commit](https://github.com/dg/bypass-finals/commit/726a9cd65a7a133c324a907aeadae40321443305) fixes the issue and e2e test above is green! could you make a release please? The last one was on September 2020. Then we...

I already started investigating it and have new ideas in mind (the current solution for me is *not* what we need for Psalm/PHPStan plugins, because we should not pre-filter mutations...