Genevieve Buckley

Results 99 issues of Genevieve Buckley

Juan says here that the docs in skan need to be improved, to prevent misunderstanding like the one I made here: https://forum.image.sc/t/how-to-dilate-skeleton-based-on-vessel-diamater/65549/4? It would be good to improve the docs...

I was updating the lesson notebook `02_interactive_analysis.ipynb`for an upcoming conference (It's such a great example and learning tool). I found a few parts that needed changing so it still runs...

napari no longer requires the use of the `%gui qt` cell magic, this can now be removed.

Cell 20 in lesson notebook `02_interactive_analysis.ipynb` needs updating to be compatible with the latest versions of scikit-image and numpy. I know this notebook was written several years ago, but it's...

Hello There, Future Issue Creator! If you've found a bug, make sure to include the following: - [x] OS: Mac High Sierra 10.13.5 - [x] Python Version: Python 3.6.5 |Anaconda,...

**Describe the bug** "Import" and "Export" buttons in Object List widget do not work correctly. **To Reproduce** Steps to reproduce the behavior: 1. Open napari, some example data (cells3d), and...

bug

Closes https://github.com/napari/cookiecutter-napari-plugin/issues/167 > Now that [pyproject.toml supports project metadata](https://peps.python.org/pep-0621/) (classifiers, author info, etc.) we should remove the [setup.cfg](https://github.com/napari/cookiecutter-napari-plugin/blob/main/%7B%7Bcookiecutter.plugin_name%7D%7D/setup.cfg) file and put the information into [pyproject.toml](https://github.com/napari/cookiecutter-napari-plugin/blob/main/%7B%7Bcookiecutter.plugin_name%7D%7D/pyproject.toml) > > Advantages: > *...

ready to merge

I'd like this repository to include one or two examples of best practice widgets for long running computations, using thread workers and progress bars. There are a few different combinations...

Now that [pyproject.toml supports project metadata](https://peps.python.org/pep-0621/) (classifiers, author info, etc.) we should remove the [setup.cfg](https://github.com/napari/cookiecutter-napari-plugin/blob/main/%7B%7Bcookiecutter.plugin_name%7D%7D/setup.cfg) file and put the information into [pyproject.toml](https://github.com/napari/cookiecutter-napari-plugin/blob/main/%7B%7Bcookiecutter.plugin_name%7D%7D/pyproject.toml) Advantages: * simplifies the repository * It makes...

good first issue

I think the README needs some discussion of the pyqt license terms, since if the user doesn't have a commercial license (and is using pyqt under GPL v3 instead) they...