Moritz Meißelbach
Moritz Meißelbach
> And as it stands, there really is nothing for us to comply to as there is no official standard. Yes, as long as there is no specific standard for...
I'm willing to bet it's tripping over the double quotes in your `list_cmd`. The string handling isn't that sophisticated in these areas, sorry. One idea would be to place the...
I also have not experienced any issues in recent weeks.
Yes this is something I've been thinkind about as well. In larger projects, there would probably be a dedicated `*-contrib`-repo, but for now I'd also be open to merge PRs...
Hi thanks for your issue. Can you please summarize again what it is you intend to add/change? I couldn't quite tell that from the script you posted.
@e-alfred It would make sense to retrieve some information like supported resolutions/dimensions of the scanning area via `scanimage -A -d $DEVICE` whenever a new scanner is selected. Then we wouldn't...
@e-alfred Only the mentioned params are now whitelisted. However, the basic architecture is already in place to allow per-backend whitelists in the future
On second thought, I'd prefer to let the REST API return the full capabilities of the backends and implement the whitelist in Javascript. I would think that this is a...
Turned out to be a very easy and quick change. Adding a simple "Show all parameters" should be trivial as well, but let's go easy for the moment
There is already rudimentary support for multiple backends in the vuejs branch (but commented out IIRC) I really need to get back to work on this project :sleepy: