Colin B. Macdonald
Colin B. Macdonald
Possible related: I can get some sort of recursion for `polylog(2, complex(-inf, 0))`. After 20 mins or so, I interrupted it: ``` ^C--------------------------------------------------------------------------- KeyboardInterrupt Traceback (most recent call last) in...
It looks correct on PyPI to me, so probably people are using `--pre`: 
Is this helpful? https://github.com/sirfz/tesserocr/issues/298#issuecomment-1114784972 something to do with autogenerated code, waiting for "Cython to support Python 3.11"...
In case folks find their way here, a quick fix to get your `lapsolver` dep working on Python 3.11 is: ``` pip install git+https://github.com/cbm755/py-lapsolver@pybind11_bump ``` (see #19 for details)
5. Likely, this can be used too: docker run --rm -it ghcr.io/flathub/flatpak-builder-lint:latest (from https://github.com/flathub-infra/flatpak-builder-lint)
This looks really great! This project is barely maintained :( I meant to take it over, but later the project where I used this dropped the dependency. I agree proper...
@jbaiter this looks pretty good to me! I can merge it (after changing the repo name) But I don't think I can access/change the "secrets" (inside "Settings") part of this...
Oops I didn't look at closed issues... I see #6 looks like this. But it does not appear to be solved, or perhaps has re-appeared on more modern pip?
I'm not really using this library anymore but I still bundle it in my docker image: https://gitlab.com/plom/plom/-/blob/main/Dockerfile#L39 where this workaround seems to be still working for me: ``` pip install...
I believe this is a fundamental limitation of most lossless jpeg operations. Quoting `jpegtran` man page: > other transformations operate rather oddly if the image dimensions are not a multiple...