Matthew Hall
Matthew Hall
See also: http://stackoverflow.com/questions/11329519/manipulation-of-bytebuffer-from-jni
Some other checks might be needed, to maintain the Java invariant rules for `Buffer`: ``` position
In this case, `cbuf + offset`, and `cbuf + offset + length` need to be less than `capacity`, and `length` needs to be less than `limit - position`. Negative values...
## Sure, I'll see what I can do. This week is crazy but I want to try to take care of it. Sent from my mobile device. On May 13,...
Note: Travis-CI fails presently due to new `uthash` dependency. It could be fixed using `uthash-dev` DEB package or `uthash` RPM package or the relevant package for the Travis-CI environment.
This issue hit me today. I had to debug a good amount of code to track it down. Where are we now relative to when it was identified back in...
I'm happy to share how I made it work. Have you got a preferred out-of-band discussion vector of choice? Email? Google Talk? Skype? Facebook Messenger? Etc.? It might be a...
Calling that function actually causes a crash, because it modifies the map. Does anybody have another function which is safe to use instead?
I implemented it like this, but I'm not sure it's right, if somebody can check my work I'm going to see about contributing it to the Apache version. ``` public...
I saw that. But I didn't see any methods for longest-prefix match. On Sat, Mar 8, 2014 at 12:41 PM, Roger Kapsi [email protected]: > Nice to see that people are...