Joesan

Results 34 comments of Joesan

@mkurz Which example should I look at? I suppose it should be this one https://github.com/playframework/play-samples/tree/2.8.x/play-scala-websocket-example Could you please update a demo of how that works to keep-alive websocket connections? Is...

I have a workaround solution implemented where I spin up a stream that emits a value at regular intervals and I pass the emitted value to the Actor instance which...

Here is a solution that I tried. https://stackoverflow.com/questions/73904123/play-framework-persistent-websocket-connection Is that good enough?

I do not see any dependency to Log4J in the pom.xml

Is there any update on this? Just checked out the branch and hit with this issue: ``` [ERROR] ## Exception when compiling 107 sources to /home/joesan/Projects/Private/scala-projects/deequ/target/classes java.io.IOException: Cannot run program...

Managed to fix few of the errors. Left with the following after updading pom.xml to Scala version 2.13 and Spark version to 3.2. ``` [INFO] compiling 106 Scala sources and...

It is looking for the older docker-compose as it can be seen from the screenshot below: ![image](https://github.com/testcontainers/testcontainers-scala/assets/3284487/a0e7a4b1-fd70-4d77-bd37-451fc0a38451)

Is there any update on this?

It is unfortunate that this awesome library is not getting any updates

Tried GitOps concept using Flux operator for the plant-simulator image available on Docker Hub!