Peter Sobolewski
Peter Sobolewski
> Why didn't it help you? this cursor is the first thing that helped me understand WTF was ever happening with my cursor in 3D. I placed points exactly where...
I haven't tested this PR locally, but `viewer.camera.angles =` is a very common pattern IMO if you want to point the camera at something. I know I use it routinely...
I think you will need to revert the constraints update, because that's putting in the llvm that breaks docs. See: https://github.com/napari/napari/pull/8307 I dont think we've found a solution to this?
Try with pyopengl 3.1.10? Looks like this may have been fixed: https://github.com/mcfletch/pyopengl/commit/594dc6461228fdbcdfb5ce658618f4515e1a5dfd
I think we forgot about this!! @jni @Czaki In the napari-animation issue, y'all were looking at adding `__copy__` to DirectLabelColormap Can you flesh out your thoughts a bit? I dont...
Yeah I agree with Tim here, it feels like the example is missing the meat and potatoes: the actual tracking part. Regarding the files, I think it's the expected behavior...
Docs are building correctly now! Here's the preview: https://output.circle-artifacts.com/output/job/b630f6de-4541-41e1-8c1c-7b78f7d75cc8/artifacts/0/docs/docs/_build/html/gallery/cell_tracking.html#sphx-glr-gallery-cell-tracking-py Here's what I mean about the Download header being the only one: See how there is a short code block of...
The docs build fails (and example test fails) are due to missing dependency: ``` Extension error (sphinx_gallery.gen_gallery): Handler for event 'builder-inited' threw an exception (exception: No module named 'trackastra') ```...
Isn't it because the dependency groups used by uv weren't updated? just the optional dependencies? See: https://github.com/Olusesan/napari/blob/6bd8754ae35ff58d13625d37ddbc8abce22b56f2/pyproject.toml#L234 (also I expect CI to fail with the automated constraints update, because of...
Going to link this OG design/thinking issue: https://github.com/napari/napari/issues/5430 A lot of that has been implemented, but there are still somethings there that might be worth considering.