indianscout

Results 5 comments of indianscout

Any news on this, I just ran a test and the problem still persists: ``` $ docker run -v $(pwd):/workspace gcr.io/kaniko-project/executor:latest --dockerfile=./Dockerfile --context=/workspace --no-push Unable to find image 'gcr.io/kaniko-project/executor:latest' locally...

Opened a question on Stackoverflow, since there seems to be no activity to analyze this problem. https://stackoverflow.com/questions/73828076/kaniko-multistage-builds-error-building-image-could-not-save-file-copying-fi

Any news on this so far? I'm having the same issue with babel-plugin-rewire. A possible workaround is assigning the imported module to a variable: ``` import React from 'react'; import...

I appreciate to see support for Swagger 3 too. Is there an estimate when this could happen?

Would be great if this plugin supports the same configuration props like https://github.com/phonegap/phonegap-plugin-barcodescanner - eg.: ``` cordova.plugins.barcodeScanner.scan( function (result) { alert("We got a barcode\n" + "Result: " + result.text +...