-
Notifications
You must be signed in to change notification settings - Fork 42
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
Image search crashes when using Patchwork's ssb server #432
Comments
Oh, yeah that's not good at all. I think we should probably revert the image search until we have a SSB-SQLite flumeview that can provide that for us. What do you think @Powersource? |
:( Is it possible to add a plugin on the fly? Or could ssb-meme be added to patchwork without much drama? It'd be a shame for oasis to be held back by patchwork. Or, gasp, what if we just abandoned compatibility? |
Or, perhaps we could just do some plugin-detection at startup and disable features when required plugins are missing? |
My evil plan: use this experiment with data from |
In other words: I'd like to continue supporting Patchwork, but I'd like to support it in the "yeah it supports |
To my ears (correct me if I'm wrong) an "SSB-SQLite flumeview" sounds super far away, and I'm not too attached to the compatibility, so I'd say keep the image search (biased tho). |
Another option is to only render the Image Search sidebar button if we detect that the plugin is installed (which should be pretty easy right?) |
It's something I'm actively working on (like, I saw your notification and paused my work on it -- my other window is vim open hacking on it) and I don't think it's far away at all. I'm working on a fork of Cinnamon's prototype here: https://github.com/christianbundy/ssb-sqlite-index-experiment/ |
Coool! Looking forward to it :D I'd vote for hiding the image search from patchwork users until we have that, feels like the best compromise to me |
What's the problem you want solved?
http://localhost:3000/imageSearch?query=totoro
It works when Oasis is run by itself (using its own ssb server).
Is there a solution you'd like to recommend?
If we want to run at the same time as Patchwork does that mean we can't rely on our own plugins being present?
The text was updated successfully, but these errors were encountered: