Dan Crosta

Results 27 comments of Dan Crosta

Yeah, I think there are two things here: first, my understanding about the order of operations, now corrected, and the actual typing I want, which is the version from `DoesWorkWithMyPy`,...

@alq666 In 2.0+ versions of MongoDB (and when configured by users) there's a slow query collection `system.profile` within databases that can be [efficiently monitored](http://www.mongodb.org/display/DOCS/Tailable+Cursors). The main (only) MongoDB log by...

Sure. Let me know (or @ajdavis) if we can help.

I don't have a windows machine to test with, but I wonder if using a UNC path might work. Could you try replacing `bind:rw:{toxinidir}/testdata:/var/lib/mysql` with eg `bind:rw:\\.\UNC\LOCALHOST\c$\githome\xx\testdata:/var/lib/mysql` (with the correct...

Maybe you need to specify the full path to `pg_isready`? I'm not sure what `PATH` exists when health checks are run (possibly it's empty). If that fails, you could try...

Looks like this is using tox 3.x ... would you be willing to upgrade to tox4 (and tox-docker 4.0.0a2 -- install with `--pre`) to see if the issue persists there?

See branch [tox4](https://github.com/tox-dev/tox-docker/tree/tox-4) ... as of just now, tox-docker works with tox 4.0.0a9. I'll close this once I cut a release to PyPI.

Sure -- #113

Ugh, sorry about that. I meant to cut the release ... many months ago. 2020 caught up with me. Anyway, https://github.com/tox-dev/tox-docker/releases/tag/v2.0.0 is out the door and https://pypi.org/project/tox-docker/2.0.0/ is published. Let...

How are you running tox?