-
## Details
We need to verify that stream optimizations work.
## Subtasks
- [x] Write a Java program that has streams.
- [x] Run normalizer with `streams.yaml` on the program.
- [x] https://…
-
### What had happened?
Crash the game with a crash log
*What you have done and what happen*
I was flying around the world and suddenly got crashed
java.lang.NullPointerException: No chunk exis…
-
For interacting with streams more naturally. extreme cutting edge java
-
We have the next java code:
```java
String[] strings = new String[10];
for (int i = 0; i < strings.length; i++) {
strings[i] = String.valueOf(i);
}
int sum = Arrays.stream(strings)
.fil…
-
Per Artem's and Nikita's (nikita.lebedev@limechain.tech) request
To add details...
-
**Describe the bug**
After upgrading from Camunda 8.5.2 to Camunda 8.6.2, a customer started to see frequent 500 errors coming from Identity. The error message is `java.io.IOException: too many…
-
Following up from
https://github.com/scala-js/scala-js/issues/4925#issuecomment-1878517715_
IMHO Java streams are sufficiently important that if we cannot support them, we should at the very least…
gzm0 updated
10 months ago
-
We noticed an issue where one producer thread is hung or infinite wait.
KAFKA: strimzi/kafka:0.22.1-kafka-2.5.0
KAFKA Client: 3.6.2
We recovered the same by restarting our application. Pleas…
-
### What had happened?
Server crashed due to com.iafenvoy.iceandfire.world.gen.WorldGenDragonCave.method_13151
*What you have done and what happen*
Appearing on world border at 30.000.000 -30.000.0…
-
The generator does not properly support the case of `Future` methods (e.g., a Vert.x HTTP client response that is eventually wrapped by a JSON stream parser).
The idea is to translate those to `Uni…