Philipp Hanslovsky
Philipp Hanslovsky
Both the `lift()` and `uncheck()` methods would benefit from adding a signature that passes a custom exception handler, e.g: ```java default BiFunction unchecked(Function handler) { return (arg1, arg2) -> {...
Thank you for your great work contributing a TSP solver to the Java open source community! I used TSP for sorting images based on some similarity criterion. At the time,...
MWE: ```python import sys from jnius import autoclass, PythonJavaClass, java_method class OneSupplier( PythonJavaClass ): __javainterfaces__ = [ 'java.util.function.IntSupplier' ] def __init__( self, *args, **kwargs ): super( OneSupplier, self ).__init__() @java_method('()I')...
**Is your feature request related to a problem? Please describe.** I am writing a descriptor file to make jep easily available in the [Kotlin Jupyter kernel](https://github.com/Kotlin/kotlin-jupyter) (currently only for my...
This is exciting and looks very promising! I was able to download the binaries and run them on my machine (Arch Linux). I was able to import `numpy` and tested...
This PR bumps the gradle version to 7.4.2. The build with not be compatible with prior major versions of gradle. The PR has a dependency on SpencerPark/Jupyter-kernel-installer-gradle#14. License headers were...
I thought it would be cool and convenient to specify default value for garbage collection but the opposite is true: It is impossible to use a different GC when calling...
Fixes #46 but still WIP
When the option is provided, only the workspace is created and the location is printed to the command line. This can then be used, for example, as classpath for another...
Makes version available inside `jgo` python module and adds `--version` command line option