relgames

Results 6 issues of relgames

### Expected Behavior Should be possible to generate a code with Generate Client Code dialog or via Copy as cUrl. ### Actual Behavior Generate Client Code dialog is not working...

E-good-first-issue
B-bug
S-verified

### Version 4.1.5 ### Context I downloaded starter Gradle project from https://vertx.io/get-started/ Unpacked it and ran `./gradlew clean run` It failed to start: ``` ./gradlew clean run Starting a Gradle...

bug

## What happened? Using plugin version 0.30.0, it does not produce Created timestamp in the image. When running docker image inspect, it shows as `"Created": "0001-01-01T00:00:00Z"` ## What did you...

https://github.com/levkhomich/akka-tracing/wiki There is no page for akka-http. So it is not clear how to trace requests with akka-http and Java.

Lifecycle: Before: Given running Docker container After: Outcome: ANY Given a stopped container @Given("running $name container") public void startContainer(String name) throws URISyntaxException { .. It runs without any error but...

Looks like this code will materialize the full stream for each new web socket client, meaning duplicates of each processing step. It can be expensive in real applications. Is there...