Aleksandr Goldobin
Aleksandr Goldobin
In gradle ` implementation 'it.sephiroth.android.exif:library:+' ` build error multidex commons-io fixed by replace to this string `implementation ('it.sephiroth.android.exif:library:+') { exclude module: 'commons-io' } implementation 'commons-io:commons-io:2.4'`
fix proxy issue with var HttpsProxyAgent = require('https-proxy-agent'); ... fetch(url,{ agent:new HttpsProxyAgent('http://proxy_address:port')}).then((resp) => {
Please add property for only Camera capture (for mobile). Now i resolve it by `mounted(){ this.$refs["pictureInput"].$refs["fileInput"].setAttribute("capture","camera"); }`
Trying to speed up saveChanges(), but it very slow. There was an idea to change MaxBatchSize, how to do it?