Greg Korba
Greg Korba
Can we support also `true` standalone type here? It would cover #6605 🙂
@SpacePossum I'll be glad if you do fast-forward merge and include my commits in this PR 😉 I think you should do the rebase in order to use #6558, I'll...
I started implementing this with something like this: ```diff diff --git a/src/Hook/Template/Local/Shell.php b/src/Hook/Template/Local/Shell.php index 006002e4..d7ce30fb 100644 --- a/src/Hook/Template/Local/Shell.php +++ b/src/Hook/Template/Local/Shell.php @@ -91,11 +91,15 @@ class Shell extends Template\Local $useTTY, [...
Side question: is it possible to run GitExtensions v3 with Wine?
@RussKie yeah, I know, I use it every day :wink: But it would be good to use newest one.
@TomasVotruba added value is that your dev dependencies don't pollute your app's real dependencies, so there is less possibility of conflicts between low-level dependencies. Yesterday I wanted to add PHPStan...
> This looks good to me. It might be interesting in future to build them together with `bake` @ciaranmcnulty do you mean [`docker buildx bake`](https://docs.docker.com/engine/reference/commandline/buildx_bake/)? I've never used it unfortunately,...
> Though it does not account for how the official images are generated. So in its current state, it would only apply for the community image on Docker Hub and...
@ondrejmirtes why I [get](https://github.com/phpstan/phpstan-src/runs/6897748387?check_suite_focus=true) > Method `PHPStan\Process\CpuCoreCounter::getNumberOfCpuCores()` throws checked exception `DivisionByZeroError` but it's missing from the PHPDoc `@throws` tag. when [playground does not return any error](https://phpstan.org/r/92df9d5f-aa2d-4496-b7af-b39c978c2c91) for this code? 🤔
@ondrejmirtes do you have any idea what's wrong with the memory limits? 🤔 I think it's not caused by my changes, so how we can fix that and finish this...