Brian

Results 29 comments of Brian

Please add to the README documentation

I feel like this may be better implemented as a `defaultValue` and an optional `fixed` parameters on the existing annotation

It occurs on the first push to that vector. Pushes to other static vectors on the same class happen before this one and are successful. Also, I call the `HALAL::setEnabled(false)`...

Ok - new information: At the top of the registration methods I query the size and capacity of the vectors and they're WAY off... even the ones that were "working"...

I'm here - I'll happily accept pull requests.

Hi guys 👋🏼 - I'm one of the authors of the JVM SDK - happy to help answer any questions that anyone might have while implementing a new SDK. As...

This has been this way for a while - i don't think we can expect the IDs to be the same cross-platform.

I'm using this with gradle to create header files for my Kotlin code, here's what i'm using in my gradle file: ``` String NATIVE_SRC_DIR = "src/main/jni" String NATIVE_SRC_JNI_INCLUDE_DIR = "src/main/jni/src/jni/generated"...