Johannes Kumra Ahnlide

Results 8 comments of Johannes Kumra Ahnlide

> The `local_frame` function you implemented is something I've been thinking about doing in JavaCall. I was actually thinking it might be nice to implement as a macro that could...

> JVM options can be specific to a certain VM implementation or can be vendor specific, so `-Xrs` may not be supported by all JVMs. Also, there may be other...

> > * Does JavaCall.destroy ensure that everything is cleaned up properly? > > `JavaCall.destroy()` invokes `JNI.destroy()`. That in turn invokes the JNI function [`DestroyJavaVM`](https://docs.oracle.com/en/java/javase/16/docs/specs/jni/invocation.html#destroyjavavm) My question was a bit...

As @timholy is saying the idea is to give the JVM a chance to clean up as Julia is exiting and explicitly handle any issues that might arise during shutdown...

> Additionally, note that if you try to exit from the Java side, Julia will also exit. Yes, ideally I'd like for JavaCall to handle this as well (in the...

Thank you for taking the time to open this PR! Like you're saying some things have changed and it looks like the issues in `bf_import` and `read_stack` that you're addressing...

It would make a huge difference to have something like this! We will still be holding the money since the contract won't be autonomous and I'm not sure what that...

Thank you @RainerHeintzmann. Seems like it's due to bioformats but we could perhaps mitigate it from BioformatsLoader. The MicromanagerReader in bioformats matches whenever there is a `metadata.txt` file in the...