Jesse Crossen

Results 6 comments of Jesse Crossen

Well it's written to run in a browser, so you could potentially already run it on a mobile browser on Android (I haven't tested this). If you wanted it in...

Yes, I had wanted to do something like that, and tried several variations without finding one I liked. The hard part is to indicate the circular geometry without obscuring the...

The issue seems to be caused by commit 2910e2fddcd4f4c4669c14d0bbd81e7b213462bb, which added the `jnius_config` module to manage java class paths. Previously, `os.path.realpath('.')` had been added to the class path in `jnius_jvm_desktop.pxi`,...

It's a bit more involved than my previous comment suggests. The `NativeInvocationHandler` class file is not being included in the installation package and in addition, no attempt is being made...

Actually on closer inspection it looks like it still wouldn't be easy to pass these options in from the hook scripts in my project, so that might also need to...

Actually this is much more complex than I had thought. I'd still like the feature, but doubt I'm up to submitting an acceptable PR. Among other things, a clean solution...