johanadivare

Results 37 comments of johanadivare

I added some tests see https://github.com/rectorphp/rector-src/compare/rectorphp:main...JohJohan:7485?expand=1

Fixed with https://github.com/rectorphp/rector-symfony/pull/256

Maybe a new rule is more appropriate as the `aliases` and `hidden` are not set with properties but set with configure but they are properties in `\Symfony\Component\Console\Command\Command`

Wip: https://github.com/rectorphp/rector-symfony/pull/259

Probably because it cant be parsed, i would say if it works for Symfony as a valid converter then we should probably support it with rector? But i'm also no...

Using temp solution as noted here: https://github.com/browserslist/browserslist-ga/issues/26#issuecomment-568583144 I get the following response: ```bash GaxiosError: Google Analytics API has not been used in project 64751005694 before or it is disabled. Enable...

Also getting it. I see on https://github.com/browserslist/browserslist-ga/blob/master/src/google-auth.js#L6:L10 we can overwrite clientId & accessToken & refreshToken but thus far i didn't manage to get it to work running it like: ```bash...

@Mellthas if we would run these test in docker wouldn't it be consistent no matter if you run the docker test in windows or linux?