-
Hi,
I would like my script to be able to check wether video files are compatible with its reader, and skip files that aren't.
For now, I'm only dealing with TIFF files with imageio, but I'm planni…
-
## 🚀 Feature
Provide a first-class Java API that exposes PyTorch functionality in a Java-eque manner.
## Motivation
The Java ecosystem is huge. There are many developers clamoring to integrate …
-
conn = jaydebeapi.connect(jclassname="com.teradata.presto.jdbc42.Driver", url="verified driver url",driver_args=[username, password], jars="/path/to/presto-jdbc42-1.0.14.1022.jar", libs=[]).
A col…
-
We use jaydebeapi with pvjdbc2.jar to connect to Pervasive db from Python.
It works but we have a problem with file encodings. We had this before when using java. We fixed that by adding the paramet…
-
I try "python dlineage.py /t oracle /f test.sql /graph" then got error below:
result = dlineage.generateDataFlow()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
java.lang.java.lang.NoClassDefFoundE…
-
It seems that when python code is called from a java `FunctionalInterface` that pydevd cannot debug it. I suspect it is because pydevd cannot see the java threads. Is there anything I can do about thi…
-
Hi! 🎈 While tinkering with this beautiful thing and Processing `Sound` library I thought it should be not too hard to add some support for APIs of major libraries like this one. How do I proceed?
I…
-
I'm investigating why some tiffs under macos don't work.
At the beginning I assumed it's files size, but it turns out that the ones in my local test set that work were all made with libvips-8.9.1. un…
-
Please refer to https://github.com/jpype-project/jpype/issues/1227. I can't reopen the issue so I have to start a new one.
Only 1.2.1 has pre-built wheel for aarch64 platform and the later releases…
-
... or `TextIOBase` into `Reader`?
It would be very nice to open a file with `open()` and pass the returned IOBase to a Java method accepting an `InputStream` or a `Reader`