Karl Nelson

Results 63 issues of Karl Nelson

These tests are testing the implementation details rather than the functionality. Consider improving them to be more function oriented.

One of the left over issues from Python 2 is the ambiguity between bytes, bytearray, and str when selecting the overload for byte[] and char[]. Simple commands like ``JString(bytearray([1]))`` currently...

When starting the JVM it checks for the string type rather that if the object handed can quack like a path. The current work around is to force a conversion...

enhancement
on-hold

I know this was reported previously, but one of my colleagues ran into it again and I don't see anything but work arounds in previous threads. I had her check...

bug

using dygraph 2.1.0 on windows 10 with java version 1.8.0_181, I am encountering difficulties of refresh and hoping that someone has a work around. Using the following source code to...

As one of the users of JPype, I was wondering if you had any feedback for the JPype project. I looked over your interfaces and it appears that you are...

Fixes #1086

Not sure it this is any help, but I added support for pickling of Java objects to JPype. I was looking for solutions to issues during that effort and ran...

I am the author of JPype which is another one of the Python to Java bridges. As part of my effort to consolidate the bridge codes to improve functionality and...

This is a PR which is intended to create a jpython executable that handles all the control over lifespan of Python and Java. Highlights: - arguments of type -X and...