karmac2015

Results 6 issues of karmac2015

I am using socket.io-stream library to transfer files between 2 node servers. Server A: (Send File) ``` var clientIO = require('socket.io-client'); var ss = require('socket.io-stream'); var clientSocket= clientIO(`http://ServerB_Address`); clientSocket.on('error', (error)...

change the regular expression in 'addContact' function to the same regular expression used in 'checkJid' function, to solve the problem of adding contact like the following: '[email protected]' (x.x.x.x = IP...

How can I get tiles from .mbtiles file ?

I am trying to use QrScanner in my electron app like the following: ``` const QrScanner = require('qr-scanner'); QrScanner.scanImage(image)...... ``` But I have always the followitng error: `QrScanner.scanImage is not...

How can I stop download programatically ? And is there a way to pause/resume download ?

Hello, I am trying to use your package in my electron app and even after downloading it, I get always the following error: > this dependency was not found >...