Kevin Wittek

Results 370 comments of Kevin Wittek

@eddumelendez found this behavior in Bun, which sounds very related: https://github.com/oven-sh/bun/issues/13696

This is the result type in tc-java, so that would be a quite alinged implementation: ```java class ExecResult { int exitCode; String stdout; String stderr; } ```

@jomonty As you can see here, we are open to getting help on the upstream change: https://github.com/testcontainers/Docker.DotNet/issues/30 Would you be interested to take a look?

Ah sorry, that makes sense @jomonty. @HofmeisterAn will generally decide when to cut the release, so really up to him.

Can confirm that the workaround of setting both environment variables (as mentioned in https://github.com/anthropics/claude-code/issues/1084#issuecomment-3223079288) works for me as well, nothing else did.

@VRmnv Are you also on Colima, or is this on Docker? @harsh1231 Reporting it for on Ubuntu suggest the usage of Docker CE (but possibly DinD?), so I don't think...

Thanks @myhau. While I think this goes into the right direction, we need to think through how this relates to the current strategy-independent callout to the environment config value in...

@ashpreetbedi @Khushiyant Don't you think https://github.com/testcontainers/testcontainers-python would already serve this use case well enough?

Hi @CarliJoy, thanks for initiating this discussion. I'd like to chime in from the perspective of the overarching Testcontainers Project leadership. However, I am not an experienced Python developer at...

Related issue: https://github.com/actions/runner-images/issues/10649