Markus Staab
Markus Staab
@Seldaek I think we can close this one, because we have `PathRepository` now? https://getcomposer.org/doc/05-repositories.md#path
Make sure which php.ini your php command is using with `php --ini`. find the contents of the ini file involved and post it here
@Seldaek would you accept a PR which incorporates https://github.com/balbuf/composer-git-merge-driver into the composer codebase (solving the problem vcs independently)? IMO solving merge conflicts of composer.json/lock is pain point for composer usage...
You could use blackfire.io for perf and memory profilling
I dont know any lib which is distributed as a phar. Only usages of phar I am aware of are executable cli tools
Repro: create a release via github.com web-ui. The actions starts because of the tag beeing created behind the scenes. The action tries to create a release with the name the...
AFAIR we have a working worflow with https://github.com/staabm/annotate-pull-request-from-checkstyle/blob/master/.github/workflows/continuous-deployment.yml
> Is that gonna help us via creating release thru web-ui and just then attach file to this release (we can do it manually thru edit button)? not sure what...
I think the cause for this problem is in these lines: https://github.com/phpstan/phpstan-src/blob/1537424191a4cf27577dd3cfc07d162b09c20a12/src/Analyser/TypeSpecifier.php#L274-L292 looked into it but wasn't able to figure out a solution yet. if anyone sees a obvious fix,...
What I did was: Put the code of https://phpstan.org/r/be1b13ce-b8d9-445e-b6ed-dc9e87f2879b into a file, e.g. `test.php`. Put a break point into `GenericClassStringType->tryRemove()`. run `php bin/phpstan analyze test.php --xdebug --debug` -> the debugger...