Christian Sachs
Christian Sachs
Hello, the little library looks very interesting, unfortunately I could not spot information on which license it is published under. Thank you, regards, Christian Sachs
Thanks for this awesome package. I was however a bit unhappy by the fact that image data had to be moved around in separate files, always adding some extra hassle...
I hoped to find 'official' Windows binaries somewhere, but unfortunately they don't seem to exist? As building binaries with MSVC under Windows is often quite… unpleasant, and I need reproducible...
Currently, there seems no JSR 223 support, which I think would be a useful feature. However [this presentation](https://www.eclipsecon.org/na2015/sites/default/files/slides/J2V8_0.pdf) hints that it's at least a planned feature for the future. I...
`peekiter()` raises `StopIteration` from within a nested generator, this behavior was soft deprecated in Python 3.6 and hard deprecated in Python 3.7. (I found out because some code broke ;))...