Kound
Kound
Hi colin-b, Got it, we were using an older version with only the `non_mocked_hosts` option. Thanks for the heads-up! We still need to patch a specific client for our use...
Sorry for the late reply. The suggested solution sounds very cumbersome for our use case. We have multiple API client projects that offer the ability to mock request to real...
See https://docs.python.org/3/reference/datamodel.html#object.__hash__ > A class that overrides [`__eq__()`](https://docs.python.org/3/reference/datamodel.html#object.__eq__) and does not define [`__hash__()`](https://docs.python.org/3/reference/datamodel.html#object.__hash__) will have its [`__hash__()`](https://docs.python.org/3/reference/datamodel.html#object.__hash__) implicitly set to `None` But `object` has a pre-defined `__hash__()` So MRO doesn't...
If consumers need a stable output (btw. using a **user** output as input for your tool is never a good idea) we could introduce a switch that enables this behaviour...
I am talking about this button:  When I click "Select Image" on the screen below the error above appears after selecting my receipe. Tested with Firefox and Chrome. 
Or change it to the ISO Date format YYYY-MM-DD It's ISO for a reason. mm/dd/year is only used in US, Ghana and Kenya. The rest of the world uses either...
I have no Idea of the actual implementation. But I imagined that only the strings are saved with a reference to the object itself. This way the history would be...
@christianplatta1012 (Could you please edit your stacktrace so that it is more readable) Please add from ```python from testcontainers.core.config import testcontainers_config, get_docker_socket print(testcontainers_config.ryuk_docker_socket) print(get_docker_socket()) ``` before the `with PostgresContainer` and...
@christianplatta1012 As [written](https://github.com/testcontainers/testcontainers-python/issues/830#issuecomment-2979272170) > Please run get_docker_socket without the monkeypatch. > If this doesn't return the correct host, we need to adopt it for macos. (Do this for the yanked...
Thanks for finding the docker-py bug. I would advise against *hacky* workarounds but maybe we find a solution that just works stable detection that works in all circumstances? What comes...