Phil Elson

Results 179 comments of Phil Elson

OK, this is good to go as far as I'm concerned. Would be happy to have another review please @Thrameos.

> If you are operation from the assumption that JNI is anything but native order then this PR is wrong. I'm not. All of the type definitions use ``=``, which...

Looks really extensive! Since there is such significant churn as a result, does it make sense to apply a formatter (e.g. ``clang-format``) to help with code consistency? (I don't propose...

@marscher & @Thrameos, sorry to bother you both (I appreciate you are both busy!). Just wondering if I can request a re-review of this please? It is one of those...

None is converted to null automatically: ``` >>> import jpype >>> jpype.startJVM() >>> jpype.java.util.Objects.isNull(None) True ``` Is there something that I've not understood?

Another workaround: only have a single openblas thread by setting an ``OMP_NUM_THREADS=1`` env-var. ----- I also did a little check to ensure that library shadowing in the linker wasn't the...

This one keeps cropping up for a few users, so I thought I'd do a bit more digging. Turns out that what appears to be the same problem was found...

A bit more circumstantial evidence/clues (in the hope that this can help down the line): The JVM stack size is important. Setting the stack size to 2M solves the issue...

@petrushy - some more details here would be useful. Is is easy to reproduce with a simple JPype call? Even better if you can reproduce it in a simple JPype...

I think this would be a very worthwhile thing to document (and potentially provide an API/helper for). Interestingly there is a nice answer at https://stackoverflow.com/a/34111824/741316 which ironically uses JPype and...