Robert Haase

Results 145 comments of Robert Haase

Shall we add this link to the github-ci config in the cookiecutter template?

I've just tested your proposal @Czaki [here](https://github.com/haesleinhuepf/napari-simpleitk-image-processing/pull/12) and it works like a charm! Thanks for the instant feedback&support! And how about adding https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions to the cookiecutter template?

Your words @Czaki : > One additional place to visit in the future if a similar error happens.

Hi @brisvag @andy-sweet , I've just pip-installed the branch that should be merged here. When executing this code: ``` import napari viewer = napari.Viewer() viewer.add_image(np.zeros((1000,1000))) viewer.add_points([(20, 20)]) napari.utils.nbscreenshot(viewer) ``` I...

Ah, my fault. I had an error during installation: ``` Successfully built napari Installing collected packages: vispy, in-n-out, docutils, sphinx, app-model, npe2, napari-console, napari Attempting uninstall: vispy Found existing installation:...

Ok, after running `pip install -e .` and receiving errors for three times, napari works now. Still, I don't think this PR brings any improvement regarding #4705 Running this code:...

FYI: https://github.com/haesleinhuepf/napari-skeleton-analysis

> maybe you forgot to make it public? Yes :D I'm still a beginner obviously. > Also there is https://github.com/kevinyamauchi/napari-skeleton-curator, sorry that there wasn't a link here. Super cool, because...

> How would you feel about me doing the same with yours? How about I send you a PR? 🙃 I'd be happy to. Let me when it's the right...

Apparently, 0.4.7 is the recent version of coremem. Maybe @royerloic can confirm? https://github.com/ClearControl/master/blob/master/master.gradle#L14