Benjamin Berman

Results 84 issues of Benjamin Berman

Consumers of Guava in a `native-image` built `.jar` would benefit from `netty`'s approach with `native-image.properties` and `org.graalvm.nativeimage.imagecode` (see https://github.com/netty/netty/issues/8192 and https://github.com/netty/netty/pulls?q=is%3Apr+svm for what this entails). The core issue is some...

type=other
P3

Fixes #318 - Upgrades commons-lang3 to 3.11 - Replaces invalid use of Pair with Maps.immutableEntry from Guava - Reintroduce macOS GitHub Actions test - Remove ZOS from Os because it...

#### Describe the feature It would be nice to see what exception caused the rollback instead of passing `Future.failedFuture("Rollback exception")` here, which also gives us a `NoStackTraceException`. ```java private Handler...

enhancement

**Expected behavior** A map created on a node that leaves should still be available. You can reproduce this issue using the following test added to [core/src/test/java/io/atomix/core/AtomixTest.java](https://github.com/atomix/atomix/blob/master/core/src/test/java/io/atomix/core/AtomixTest.java): ``` @Test public void...

**Is your feature request related to a problem? Please describe.** Using `vertx` together with `atomix` works very well for me. However: 1. `vertx` and `atomix` use their own event loop...

**Is your feature request related to a problem? Please describe.** Repeatedly polling for items on a queue is an awful replacement for a real poll. **Describe the solution you'd like**...

Tested on **Gradle 5.0** and **OpenJDK 11**. For those of you having trouble instrumenting ahead of time, these are the pieces of gradle build script you need to get it...

### Your environment. - Version: 72ffd594f7c6104b5680a4fea5651928e3b6ddb4 - Browser: Mobile Safari on iOS 12.7, Chrome 92 ### What did you do? I added logging to `RelayAddressGeneratorPortRange` to see if a port...

### What were you trying to accomplish? Create a Windows node group on an NVIDIA GPU instance ### What happened? I receive an error from the code that prevents me...

good first issue
kind/bug
priority/backlog

From EventSystem docs: ``` /// /// Interface to implement if you wish to receive OnBeginDrag callbacks. /// Note: You need to implement IDragHandler in addition to IBeginDragHandler. /// /// ///...