Peter Sobolewski

Results 532 comments of Peter Sobolewski
trafficstars

Resolved and everything works as advertised in my 0.6.0 install.

Bisect points to 65e5d38f658a3da3df85b868051ec28b26a8c5c4

Interestingly, everything works fine if the layer is 4D. Edit: in fact, I can't reproduce this anymore, so it seems like it's been fixed? Edit2: I checked back to 0.5.6...

In napari land we've started using the ruff formater instead of black too: https://docs.astral.sh/ruff/formatter/

@fjorka This can be a workaround for the frame skipping you see with the Play button. Holding down left/right will advance through frames frame-by-frame without having to spam click or...

Thanks for opening the issue! I think a setting for precision globally in napari could be worth it -- we already have a hard-code 3 decimals utility function used for...

Not sure why it's just in the `pip install` test, but the error does seem relevant: ``` E ImportError: cannot import name 'Points' from partially initialized module 'napari.layers' (most likely...

Pre-commit is complaining about the changes due to dropping python 3.8 support. Could you take care of them? To other devs: I will be mostly out the next 4 days,...

I can't make suggestion there easily, but in `PerfTimers`: docstring for `add_instant_event` currently `"""Add one instant event.` - would like just few words, 1-line max, what this is for/does docstring...

Do you want to bump the pyside6 contraint to 6.4.3 to see that this closes https://github.com/napari/napari/issues/5657 ? (blocked since https://github.com/napari/napari/pull/5683 )