Ashley Anderson

Results 114 comments of Ashley Anderson

Thanks for all your time reviewing and providing feedback!

I agree this would be a nice behavior change. The way I can see to do this right now involves changing [`toggle_console_visibility` here](https://github.com/napari/napari/blob/28e203c22d74b2e5642070ab71f1149dc7c74846/napari/_qt/qt_viewer.py#L906) like so: ```python ... if viz: self.dockConsole.raise_()...

I was able to reproduce this (thanks for your script) and _even worse_ it simply crashed for me. I hacked together a quick POC to confirm the fix you proposed...

> For example, when you set the text, it does not reduce the width of elited label. And this may be connected with small increase of size when moving mouse....

Thanks for testing and I'm glad you like it! I think this is blocked more on how best to implement the testing, and I will defer to @Czaki who has...

Thanks for the quick response. > May I ask what your usecase is? I can't go into too many details, but basically we use matplotlib to visualize plots of long...

I'm planning to use that feature as well! For this we really like having interactive plotting, though, because it's useful to zoom in to the ms/µs level. I could also...

I just noticed that linting with `python make test flake` seems to be ignoring failures. See any [recent CI run](https://github.com/vispy/vispy/actions/runs/5209185470/jobs/9405537826) and expand the "Lint with flake8" section. This is due...

Again I'm happy to do some of the tedious work if others are willing to provide sanity checks and review. I can open a PR at least to see what...

I added filters for picking primitives (markers or triangles in a mesh) in #2500. There are some examples there that may help.