Sergei Egorov

Results 55 issues of Sergei Egorov

Hi! Is it possible to filter out some nodes? i.e. I want to make them a part of the graph, but I don't want nodesep to be applied to them...

- [x] ~~test plugins by starting a real app~~ #161 - [ ] E2E test the Docker image

For the strong consistency use cases, would be helpful to have an API (as part of `PositionsStorage`) which will stream the acknowledgments.

To avoid creating unnecessary networks, we can reuse browser container's network stack in VNC container. This is possible because Docker supports `container:$containerId` network mode, where VNC container would see the...

type/enhancement

Hi! Have you seen http://github.com/testcontainers/testcontainers-java ? :) I'm co-maintainer of it and TestContainers is a bit more generic compared to docker-compose-rule. However, our current Docker Compose support is less powerful....

Hi! Currently (due to historical reasons), `PollInterval` is actually a "poll delay": https://github.com/awaitility/awaitility/blob/936c7634825ce9838628dac5fc6681b356f2b1a8/awaitility/src/main/java/org/awaitility/pollinterval/PollInterval.java#L25 Sometimes, it takes a significant amount of time to execute the condition, and its execution time may...

Unlike in Open J9, Hotspot was allowing to instrument native methods (including the JVM's) by renaming + marking private/final until Java 13. Here is an example ASM code in BlockHound:...

enhancement

Hello everyone! Does Kundera supports Jpa locking? ( http://en.wikibooks.org/wiki/Java_Persistence/Locking#JPA_2.0_Locking ) Thanks!

Deferred

Hi! It looks like parallel `ignite run`s with an image that wasn't pulled yet would cause multiple image downloads, and end up creating duplicated images, causing later `run`s to fail....