alisterburt
alisterburt
I saw in the meeting yesterday that you're working around the idea of using `Annotated` to provide extra information needed for widget generation, which is perfect for programmatic use but...
We noticed some strange behaviour over at napari/napari#2894 - depending on the computing environment our `MarkersVisual` with `scaling=True` does not always scale points as expected. Specific info is in the...
Hi there, I am attempting to add a recipe for an image processing software package called RELION. I have been running into some trouble testing the build locally, this PR...
# Description This PR attempts to unify the `Layer._get_value()` API which is currently quite heterogeneous across layer types ## Type of change - [ ] Bug-fix (non-breaking change which fixes...
This PR ports the `_BaseEventedItemModel`, an adapter between the `QAbstractItemModel` and our `SelectableEventedList`, from napari to superqt. This is a first step towards a psygnal backed `QtListView` in superqt Original...
I'm opening this issue to track progress towards achieving [the following](https://github.com/napari/napari/issues/2229#issuecomment-774541635) > I can imagine us getting to a place where we could say "you tell us what your tree...
point size attribute names in the tutorial for the points layer were outdated - updated accordingly!
Hi @arogozhnikov - thank you so much for einops, it has been really transformative. I am trying to write some rank-polymorphic library code for working with nD image data. I...
Hey Talley - great work on guiclass, having a lot of fun with it. What do you think about the idea of making the label sizes configurable? I find they...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [ ]...