Vlad Savitsky

Results 7 issues of Vlad Savitsky

I'm using github.com to review code. Could you also please add ability to comment pull requests as it done at github.com? Thank you.

***OS type*** Linux ***Drupal version*** 7 ***Codebase*** Mounted codebase **Describe the bug** Steps to repoduce: 1. Installed verison 7.x-3.18 of 'redis' module. 2. Default docker-compose.yml 3. Custom docker-compose.override.yml 4. Added...

Thanks for this great tool. It was hard for me to start using docker but now seems all is right. I want to have separate instance of site to run...

**Describe your issue** Currently I have one site running without problems but I want to have other installation (to tests only). I want them run at the same time but...

***Codebase*** Drupal 7 mounted codebase **Describe your issue** I have this issue: https://drupal.stackexchange.com/questions/238176/local-simpletest-drupalget-always-gives-returned-0-0-bytes/255980#255980 Workaround is: docker exec --user root -it dev_local_domain_php /bin/bash; echo "172.22.0.8 dev_local_domain.com" >> /etc/hosts; cat /etc/hosts But...

Sorry, I don't want to collect debug info because there is a solution found already. ## Problem When xDebug enabled and run any drush command always get error messags: ```...