Greg Korba

Results 540 comments of Greg Korba

@alcohol I found one issue with `composer/composer` 1.7.0: when cache path is configured in `satis.json` like: ``` "config": { "cache-dir": "/var/cache/composer" } ``` Gitlab API paths are malformed in a...

@stof what's the roadmap for Satis? When newer version will be available?

@ondrejmirtes 2 cents from my experience: today one of our tests was skipped because of some problems and when I've rebased my changes on newest develop branch I got CI...

I'm also interested in these MRs, thanks in advance!

The same warnings are for PECL. ~~But I don't know if patching is needed, it can be solved by adding `pcre.jit=0` to `php.ini` (for each installed PHP version).~~ edit: patch...

I'll look at it later 🙂 But on the other hand, is it required to support such old PHP versions? 7.4 is EOL in 4 months... As long as you're...

@bobthecow there is [`phpversion`](https://phpstan.org/config-reference#phpversion) config parameter in PHPStan so it can be enforced which version should be used for finding errors, but unfortunately minimal required version is 7.1: So [question](#issuecomment-1200163579)...

FYI: I have some fixes for level 0, but [PHPStan's approach](https://twitter.com/_Codito_/status/1553753395160309761) makes it harder to clear this level. I need to think how to solve it, but most probably some...

Thanks @ondrejmirtes for your valuable feedback 👍 As you can see, it's only Draft 😉 I wanted to discuss overall will for introducing SA and of course the approach. Also,...

I have 9 for `src` (running on 7.4 currently, but I experiment with different versions): ``` ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Line Readline/Hoa/FileGeneric.php ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 232 Parameter #1 $time (int|null) of method Psy\Readline\Hoa\FileGeneric::touch()...