-
I was dorking around with my Raspberry Pi and PyImageJ. When trying to set the max heap size the following happens (also on my main system, Ubuntu 20.04.2 LTS x86_64).
```python
import imagej
imp…
-
In Processing, you can use hexadecimal color values, like: `fill('#FF0000')` instead of `fill(255, 0, 0)`
Are there any plans to support this is py5?
-
py5 is a new library (currently in beta) for using the Python flavor of Processing. It currently runs in desktop Jupyter notebooks and in mybinder containers. Looking to run in JupyterHub for teachi…
-
I learnt about ``jpype.onJVMStart`` through one of our issue threads, and realised I'd never seen it mentioned before. It doesn't seem to be a documented API. Can we add it to the built docs?
-
Hi,
first of all thanks for the great work. Can you elaborate on why you use your exit code instead if shutdownJVM()?
Background: Running
```
logger.info('Shutting down the Java virtual machi…
-
Both JPype and Py4J approaches can be used with this library. Enable the module of choice by a flag, i.e. an environment variable with the name SIKULI_PY4J=1
-
- [x] Start from the release branch
``git checkout release``
- [x] Make a new branch for the release cycle
``git checkout -b releases/{version}``
- [x] Merge the current master with th…
-
Version 1.2.1
When I invoke `samplePoint.mode()` I get the following output:
`AttributeError: 'com.mycompany.SampleP' object has no attribute 'mode'`
But the class name is `com.mycompany.Samp…
-
The test failed after installing version 1.2.1, and the log is as follows:
```
Skip building Java testbench
====================================================================================== te…
-
The issue refers to the plots of the various tutorials - e.g. westeros_baseline.ipynb
#### Problem description
![image](https://user-images.githubusercontent.com/20972550/114551805-2e287c80-9c64…