-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove duplicate results when activating multiple ImageViewer
modules
#91
Comments
Hmm. I see your point, but I think I would advocate for users to set specific globs for each ImageViewer module, or only use one with the default setting (all jpg/png/... files). Communicating between modules/cards would require a fair bit of effort and the benefit seems small. Can you help explain why you chose your approach over one of those alternatives? |
I often have many However this is not a big issue, I can definately work around it if the implementation is costly. |
Another alternative would be to change the behavior of |
Yes, sounds easier than setting up inter-module communication. |
Feature description
It would be nice if
"my_amazing_plot.png"
would not appear twice on the dashboard page.Proposed solution
Perhaps one one module is activated, it could check the output from the other modules and eliminate the duplicates?
The text was updated successfully, but these errors were encountered: