Bernhard Liebl

Results 22 issues of Bernhard Liebl

Haven't looked into this in detail yet: ``` In file included from src/principal_component_analysis.cpp:3: In file included from /usr/local/include/CGAL/linear_least_squares_fitting_2.h:27: /usr/local/include/CGAL/Default_diagonalize_traits.h:65:18: warning: 'diagonalize_selfadjoint_covariance_matrix' is deprecated: CGAL::Diagonalize_traits is a deprecated class that can...

OS: macOS-12.1-arm64-arm-64bit Python: 3.9.7 Running the `demo.py` from the following minimal example [pycapnp-mmap-issue.zip](https://github.com/capnproto/pycapnp/files/7881117/pycapnp-mmap-issue.zip) will reliably produce the following exception 100% of the time: ``` Traceback (most recent call last): File...

Thank you for porting this to C++. This PR changes the compilation to pybind11 and cppimport. In this way, it becomes really easy to install and run, e.g. running ```...

see https://pypi.org/project/faiss/#files

Here is an example modified from https://github.com/ohmjs/ohm/blob/main/examples/indentation-sensitive/index.js, that I would expect to work. Note that `Block` has been changed to take`Expr+` instead of a single `Expr`. ``` import {grammar, ExperimentalIndentationSensitive...

When running this under Python 3.11.3 as `ipyplot.plot_images(images)` where `images` is an array of `PIL.Image` (actually `JpegImageFile`), I get the following warning: ``` .../lib/python3.11/site-packages/ipyplot/_utils.py:95: FutureWarning: The input object of type...

This is a small fix to make `Shader` work for GLSL 3 and probably higher (see https://en.wikipedia.org/wiki/OpenGL_Shading_Language). I need this in my project, and there currently seems no supported way...

Not an issue, but wasn't sure how to communicate with you: Is there any use case/demo where this compiles to WASM? This is a fantastic library and I would be...

It would be nice if Origami auto-selected the correct binarization based on the specified Calamari OCR model's input channels. See https://github.com/poke1024/origami/issues/4#issuecomment-770911603

enhancement

Not only does this look like a hack (in terms of some non-dropbox urls containing "dropbox.com" somewhere in their name), it's also quite unfortunate if you download large files from...