Andrei Ivanov
Andrei Ivanov
Hi, Looking at the source of `Adafruit_MQTT::connect()`, I see that it's the only place where the actual subscription is being performed. I would like to be able to subscribe to...
The `spring.data.aerospike.type-key` property is deprecated (well, the whole `AerospikeDataProperties` is actually deprecated), but I couldn't find a replacement for configuring the `typeKey` of `AerospikeTypeAliasAccessor` (to set it to `null` actually)...
Hi, Using IntelliJ with the Aerospike JDBC driver `1.10.1` I've connected to an Aerospike server, expanded the `COMMON` namespace, it showed the list of existing sets, but when double clicking...
Docker Desktop `4.52.0` upgrades Docker Engine to `29.0.0` which upgrades the API version to `1.44` which doesn't seem to work with testcontainers: ``` o.t.d.DockerClientProviderStrategy : Could not find a valid...