Oleg Šelajev
Oleg Šelajev
When I use devtools reloading on a reactive application (webflux) it results in much slower restart times. Minimal reproducer is [here](https://github.com/shelajev/reactive-slow-devtools-reload) It's a sample application returning a string response. I...
this PR adds a Cloudflare module to programmatically use Cloudflare Quick tunnels for exposing your app to the internet. The use cases are: * making your app available to hooks...
I'm trying springboot-testresources on a [Spring Boot Petclinic app](https://github.com/spring-projects/spring-petclinic), and I think I followed the instructions properly, but when i try to build it, or run the individual test from...
Sometimes containers need to execute some shut down logic. In the code I can override a lifecycle method, something like `containerIsStopping` in Testcontainers-java for example and execute custom shutdown logic....
This PR adds configuration documentation for Docker Model Runner integration, enabling WaveTerm users to connect to AI models running locally with privacy-first processing. It's a docs only change, and Wave...