Florian Stanek

Results 4 comments of Florian Stanek

Interestingly while the publisher manages to write 120,000 MQTT messages into the TCP socket connected to the faulty moquette version, it only manages about 60,000 messages if connected to either...

I also use rootless Docker and I can confirm this issue. I can also confirm that setting `TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/run/user/$(id -u)/docker.sock` fixes the issue. Alternatively, I have tried disabling Ryuk through `TESTCONTAINERS_RYUK_DISABLED=true`,...

@mikel-brostrom Is there any chance of updating Numpy? `1.26.x` adds (among other cool things, I'm sure) support for Python 3.12, which we'd like very much. It would, however, mean dropping...

I had a look a the CI build logs and it seems the requirement to support Python 3.8 is the reason why most of the CI builds are failing.