chmuche
chmuche
Hello, I wonder if it's possible to set env variable on the addon `config-provider` with the cli. I'm thinking of something like adding an argument `--config ` on the command...
Hello, When i use this code the return value of `scanner.GetCapability(twain.ICAP_YRESOLUTION)` return wrong value. ``` sourceManager = twain.SourceManager(0) scanner = sourceManager.OpenSource('TW-Brother ADS-2400N') dpi = scanner.GetCapability(twain.ICAP_YRESOLUTION) ``` result of `print dpi`...
Now `clever curl` is official, adding `jq` could be great for scripting stuff. I maintain a dummy image `clevertools-jq` on my private GitLab with only this inside. ```dockerfile FROM clevercloud/clever-tools:latest...