Vinogradov Stanislav

Results 3 issues of Vinogradov Stanislav

В docker-compose.yml можно убрать links. Это старая возможность теперь не используется. https://docs.docker.com/compose/compose-file/#links "Links are not required to enable services to communicate - by default, any service can reach any other...

This PR modifies the loadResourceNamespaceMap() function to properly handle absolute paths in resource directories. The change enables support for absolute paths in gearman.yaml configuration: ``` resources: - '%kernel.project_dir%/src/Bank/Worker' # Now...

**Issue Encountered** I'm using Symfony 4.4 and mmoreram/gearman-bundle (5.1.1). In my project, Kernel.php is not located in the default /src folder. However, GearmanParser determines its rootDir based on the assumed...