-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with other plugins #3
Comments
Hi @haesleinheupf, Thanks for the feedback! This change looks like it would work with our plugin and would improve our table functionality. We will try updating the table to your suggestion and will let you know if there are any issues integrating it. Thanks again for your suggestion! Best, |
Hi @haesleinhuepf, We have updated the table to your suggested implementation. Thanks for your feedback! Best, |
Hi @JesseMckinzie , awesome, thanks for the update! I've just tried and when double-clicking the table column headers, I receive errors like these:
To reproduce:
haase-19-05-2023-17-23-16.mp4Let me know if I can help tracing down the issue and thanks again for working on this! |
Hi @haesleinhuepf, Thanks for the detailed instructions on how to reproduce the bug. I will take a look and get it fixed. Thanks for reporting this! Jesse |
@JesseMckinzie : I think I found the bug. I'll send a PR. |
Hi @hsidky and @JesseMckinzie ,
congrats to this very cool plugin! I just saw that you implemented very similar functionality that is also available in other plugins. In case you would like to spare a bit of code (and maintenance effort), you could consider replacing this part:
https://github.com/PolusAI/napari-nyxus/blob/7b4a6ff7289f5c01eaf6d8b78a7c60460116f117/napari_nyxus/nyx_napari.py#LL194C14-L194C33
With this:
https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/5c4250c5bf6ea807b0604cfee5d5b9736c43e736/napari_skimage_regionprops/_regionprops.py#L159-L165
It would then allow the same features such as double-clicking on column headers, getting feature images, selecting individual objects etc (read more). This would also make sure that your extracted features can be post-processed by other plugins such as the napari-clusters-plotter and napari-spreadsheet.
And if that doesn't work for you, I would love to learn why. This would allow me to improve infrastructure on the other side..
Let me know what you think!
Best,
Robert
The text was updated successfully, but these errors were encountered: