Grzegorz Bokota
Grzegorz Bokota
Package is archived on pypi. Is it an official decision? @drdavella ? 
Did you know who is the proper person to ping? You are the only one person mentioned by name on pypi.
You men that your local compilation do not fail. Or you downloaded the artifacts (after disabling the tests) and they are working on your machine? General possibility could be to...
You should never use brew python and libraries to build wheel. Brew builds binaries optimized for a given machine and operating system and is not intended to be portable. Also,...
> But it will make the machinery in `_fetchers.py` even more confusing. If you have skimage-data with getter functions, it may not be confusing. You may use something like: ```python...
I just try to execute `uvx --with "napari[pyqt6]" napari` and it works for me. May you check `uvx --with "napari[pyqt6]" napari --version`? Maybe you've selected an old Python version and...
I'm almost sure that it is caused by UV picking the wrong version of napari. Maybe we should add information about the napari version to the error message?
There is package jedi https://pypi.org/project/jedi/ and https://pypi.org/project/jedi-language-server/ for code completion. We may use `QScintilla` as you suggested. More complex solutions will provide a nicer user interface but also more maintenance...
> More on the driving use case: we want points drawn on one image to be in world space so they can be used relative to points in another image...
> I agree on this needing to be better communicated, but we had plenty of discussion in the past and the consensus is that this is a good/useful separation. And...