Dan Crosta

Results 33 comments of Dan Crosta

I wonder if something is preventing the env var from getting through. DOCKER_HOST _should_ work as expected. Could you try using `passenv` or `setenv` in your tox.ini, let me know...

Moving it will mean something like opening a PR here to create a directory in https://github.com/tox-dev/tox-docker/tree/master/docker with the Dockerfile and any support files needed

@sashimi3 Just wanted to ping on this again. I'm happy enough to do the work, but would love to have your permission, as you did create the image in question...

Do you need to run the commands inside or outside the container? For commands inside the container, you should use a custom `Dockerfile` to have the container do what you...

I think this may be really difficult -- pinging @tox-dev/maintainers in case you have any ideas? The values of the env vars isn't known until after `tox_runtest_pre` runs, which I...

Hi y'all, tox-docker maintainer here. I'm interested in updating to work with v4... are there plugin hook docs available somewhere? I don't see anything obvious at https://tox.readthedocs.io/en/latest/ (that seems to...

Happy to report, tox-docker now works with 4.0.0a9. I'm happy to cut a release once you feel the APIs are stable and unlikely to change any more @gaborbernat, just let...

Without going too far afield (github comments probably aren't the best venue for this sort of discussion -- maybe I'll blog about it), the basic issue with it is that...

Thanks for finding the bug -- I didn't know that about slice steps (and apparently hadn't thought to try). Unfortunately it looks like there are some bugs remaining -- try...

Will the fix in #1794 also make the `default_visibility` apply to `go_test` targets? Come to think of it, should this directive cause gazelle to emit a `package(default_visibility=[])` line instead of...