Don Jones
Don Jones
Sorry I guess the function I'm calling in Ionic would help too... ``` presentPrinter(){ this.printer.isAvailable().then(() => { this.printer.pick().then( (uri) => { console.log(uri); }); }); } ```
master
With the ionic wrapper it fails to compile saying pick() expects 0 arguments.
I need a little assistance with this. I have deploy.ini and git-deploy in the same folder. My actual repo exists in a folder next to them called repo. How to...
Yep, this has been reported a few times. Awaiting a fix myself.
This also happens during navigator.mediaDevices.getDisplayMedia, in such when a user clicks the browser's native close screen share button. I guess it would be the same as if someone just closes...
When will this be tagged for release?
When sending a message fails it's causing laravel queues to fail even when using try catch.
Tried that by doing '.on('error', notify.onError(function( err ){ return { message: chalk.stripColor(err.message), title : 'CSS Error'}; } ) )' No luck, but thanks for the direction to look into. I...