Zbigniew Malcherczyk
Zbigniew Malcherczyk
Well there is an official js package..maybe we need something similar - https://github.com/actions/toolkit/tree/main/packages/core
> Now run `docker-compose run --rm php bin/console any:command` and see what happens. Why would you do `docker compose run` instead of `docker compose exec`? The container is up and...
> The point is that the dev should be able to use `docker-compose run php`, `docker-compose restart php`, `docker-compose up -d --scale php=3` 10 times a day without resetting the...
It will be changed by other PR. https://github.com/Sylius/Sylius-Standard/pull/859
@duchnoun The docker-entrypoint.sh is shared for all environments. Why did I add the fixture loading? It's much better DX at the beginning. When you start a project and see a...
@lruozzi9 can you please resolve conflicts?
Hi @rimas-kudelis would you like to rebase the PR and I think we will be able to merge it :)
> @Ferror i hope you don't mind that I merged instead. If you do, I can still rebase. I will need to ask you to rebase :(
The issue is from 2017 and the current composer.json file was updated to the best possible state: ``` "autoload": { "psr-4": { "App\\": "src/" } }, ```
@dependabot rebase