Elliott Sales de Andrade
Elliott Sales de Andrade
### Context On [the Matplotlib homepage](https://matplotlib.org/#domain-specific-tools), we list some tools using vertically-oriented tabs. This is implemented through regular HTML. I am now [porting the site to reST+sphinx-design](https://github.com/matplotlib/mpl-brochure-site/pull/96), and would like...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...
Wheels do not support symlinks (as they are ZIP files), but tarballs do. For consistent results however, expand those symlinks to the files they reference. This is consistent with 0.16.0,...
I've run a [test build with Zarr 3](https://copr.fedorainfracloud.org/coprs/qulogic/zarr3/build/8547554/) This update has caused some tests to fail due to some issue in `LazyReferenceMapper`: ```pytb ____________________ ERROR at setup of test_append_parquet _____________________...
The repo contains `LICENSE.txt`, which is `MIT`, but also `DASK_LICENSE.txt`, which is `BSD-3-Clause`. However, the `pyproject.toml` only says `MIT`, and all `.py` files (except `__init__.py` for some reason) have a...
### What would you like to see added to HDMF? I've run a test of Zarr 3 compatibility across packages, and [hdmf 3.14.6 currently fails](https://copr.fedorainfracloud.org/coprs/qulogic/zarr3/build/8547556/) (and 3.14.6 [passes with Zarr...
This is now a problem with Go 1.24, as `go test` does a vet check for it. https://go.dev/doc/go1.24#vet
**Small description** Similar to #1934, Python 3.14 changes something that causes the `pathlib` wrapper to fail. **Expected result** Tests pass. **Actual result with screenshot** ``` ________________________ TestVisidataPath.test_withName ________________________ self =...
The expected path comes from a simple string concatenation in shell, but `os.Getwd` appears to have the normalized working directory, so this can fail if any parent directory is a...
## PR summary Glyph indices are specific to each font. It does not make sense to fall back based on glyph index to another font. This could only really be...