Martin

Results 3 issues of Martin

When I used capistrano-nvm together with other simimar wrappers (in my case capistrano-rbenv) it happend that the wrapped command startet with setting environment variables. `exec` of these commends led to...

frozen string was modified in assert_validations_api. Use multiline string instead. The error is hard to reproduce but trivial: As _frozen_string_literal_ is set, the concatenation of the error message in line...

In docker-compose.yml the alternative XDEBUG_CONFIG is missleading. Multiple configs are separated by space. So with the proposed `XDEBUG_CONFIG: remote_host=host.docker.internal, remote_port=9001` XDebug tries to make a connection to `http://host.docker.internal,:9001` and fails....