Mirko Raner

Results 9 comments of Mirko Raner

We need this same functionality. Has anyone had any success with the work-around using JNA?

I second that request! We are very much dependent on the fix for the Double type that was added in https://github.com/kohsuke/com4j/commit/c3d85484ca67852fe7b844de53018ee5b0f229ee - can someone perform a Maven release for version...

@kohsuke, any update on this? As I said, I'm happy to help out with performing the release, but I assume that someone would have to add me to the Sonatype...

Is there any way to help speed this along? We are getting to a point where we would like to get rid of our work-arounds and depend on an updated...

In case anyone else is wondering how to get a longest prefix match with a `PatriciaTrie`, the methods you are looking for are: * `public K selectKey(final K key)` *...

Consider the following test: ``` import static org.junit.Assert.assertEquals; import org.junit.Test; import com.aparapi.Kernel; import com.aparapi.Range; public class Issue54Test { @Test public void passingTest() { final int SIZE = 16; final float[]...

I just ran into this issue myself. I'm working on a project that will typically perform a major upgrade of all its dependencies once a year, and sadly this is...

Thanks for your prompt reply, @sparsick :-) and thanks for sharing a starting point for an implementation. It seems that the key will be to find a replacement for `P2ApplicationLauncher`,...

@Logo121 Thanks for taking the time to write down some of your knowledge about the codebase and answering my questions. This is a great start for the documentation that I...