David Ankin
David Ankin
my v5 wishlist: 1. typing/`py.typed` (finally) 1. oop encapsulate things like waiting and such (finally) (https://github.com/testcontainers/testcontainers-python/issues/567#issuecomment-2260738619, #660) 1. how dind works - i think after typing and oop encapsulation this...
Adds a feature flag to make DinD usable in a "backwards-compatible" way. also fixes the ci/tests for it
from discussion in #610
including the plugin on gradle 8.8 results in the following message printed: ``` The CopyProcessingSpec.setFileMode(Integer) method has been deprecated. This is scheduled to be removed in Gradle 9.0. Please use...
**Enhancement Description**: allow JdbcClient to convert custom object types in records. for example, in postgres you may have a jsonb and you'd want to be able to convert that into...