cmuramoto

Results 2 issues of cmuramoto

**Problem:** In order to work, the maven-plugin ``` org.graalvm.nativeimage native-image-maven-plugin 21.2.0 ``` requires a local installation of graalvm with native-image command on PATH. There are some OS related issues, e.g....

feature

With the current API, it is 'tricky' to append byte[]s to an instance of RepeatedBytes without a copy. The pattern is more or less like ```java void transfer(RepeatedBytes rb, Collection...