Remco de Boer

Results 36 comments of Remco de Boer

Hey @ianhi, this would indeed be cool to have! I wrote a small example of how to do this with both matplotlib widgets and ipywidgets [here](https://compwa-org.readthedocs.io/en/stable/report/006.html). Now the challenge is...

Thanks a lot for your thorough explanation! It's valuable that you document things so well in these issues and pull requests :+1: I indeed read that most 3D objects do...

> Hey @redeboer, ian helped me throw this together the last time i wanted to animate a 3d scatter plot, might be helpful for you. > > (...) Thanks @jrussell25!...

Great sketch of the situation! A general comment (also with regard to https://github.com/ianhi/mpl-interactions/issues/183#issuecomment-827314932): it was through #182 and the related issue (particularly https://github.com/ianhi/mpl-interactions/issues/181#issuecomment-827037143) that I started to understand that mpl-interactions...

Yup, thanks for the tip in https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094696974, @humitos! Note that constraint files are committed in this repo and that they constrain _all_ dependencies (also indirect ones) with [pip-tools](https://github.com/jazzband/pip-tools). Environment variables...

A solution is being prepared in https://github.com/tamasfe/taplo/pull/549. That's just the Python package, providing a pre-commit hook is the next step and should be quite easy. A test version of such...

Since https://github.com/tamasfe/taplo/pull/549 is merged, Taplo will be published as a PyPI package on https://pypi.org/project/taplo. One could add a [`.pre-commit-hook.yaml`](https://pre-commit.com/#creating-new-hooks) to this repository, but a lightweight "mirror" (think of [ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) or...

> Python itself links against system OpenSSL, so we shouldn’t bundle it unless we can commit to frequent security updates: https://peps.python.org/pep-0513/#security-implications > > The manylinux project itself only bundles it...

> The job failure happens because the maturin action runs in some ancient container with OpenSSL 1.0.x (libssl.so.10), whereas modern systems have OpenSSL 3 (libssl.so.3). Afaics the maturin actions just...

From my side: - support for x86 (needed?) - bundling with with OpenSSL, as this PR does now (with a regular release flow this should be fine imho) Details in...