Matt Groth

Results 128 comments of Matt Groth

Thanks for the review. I agree that this needs work. > First of all it should be done for all 3 main classes, not only for BoardShim. There are also...

> Also, I think it should be done for all OSes at the same time and it should be consistent. > > I am also not sure in folder name...

> According to this doc [java-native-access.github.io/jna/4.2.1/com/sun/jna/NativeLibrary.html#library_search_paths](https://java-native-access.github.io/jna/4.2.1/com/sun/jna/NativeLibrary.html#library_search_paths) "Context class loader classpath. Deployed native libraries may be installed on the classpath under{os-prefix} is the OS/Arch prefix returned by Platform.getNativeLibraryResourcePrefix(). If bundled in...

> Finally you need to use this formatter [https://github.com/brainflow-dev/brainflow/blob/master/java_package/brainflow_formatter.xml](https://github.com/brainflow-dev/brainflow/blob/master/java_package/brainflow_formatter.xml?rgh-link-date=2022-07-06T05%3A38%3A41Z) to keep code style consistent I have just tried reformatting. I do not have Eclipse, and I use IntelliJ. Luckily. IntelliJ...

I want to help if I can. Where are the native library files located originally during java runtime? I don't understand how they are packaged with the java code. I...

Thank you for all the helpful instructions. Here is [my PR](https://github.com/brainflow-dev/brainflow/pull/519). It works correctly for Mac but still needs to be generalized to other platforms.

@tomb50 thanks for the incredible work. I feel bad because I was able to get this working on my M1 Mac with fewer issues than you. But maybe something in...

@tomb50 , I actually adapted the gradle plugin to work inside of a regular kotlin module (not a gradle plugin, but just a regular gradle subproject built in IntelliJ). I've...

One more clarification about my environment. I develop tools for myself using IntellJ/Gradle. Then I often execute them as a daemon process through [Lingon](https://www.peterborgapps.com/lingon/). Originally this library worked only in...

`@Language` doesn't resolve for me. It does in jvm modules, but not in js modules.