Giorgio Bellisario

Results 97 comments of Giorgio Bellisario

@joaodasilva thanks for your answer! I know I can implement by myself, but because of too much work, I'll probably choose another way. I'm not a C++ programmer so I...

Any solution? I'm having the same problem...

An easy way to list device twice is to open Snapdrop in two different tabs (load the first, then the second). I think this behavior can be easily modified here:...

@mwy001 I think that's a very good fix! Is there any pull request for this? I don't see it on Snapdrop pulls. > **P.S.:** just to be perfect, I think...

I've found a solution, but it saves first the file, and then erases it: ```javascript const fs = require("fs"); const NodeWebcam = require("node-webcam"); NodeWebcam.capture("picture.tmp", {saveShots: false, callbackReturn: "buffer"}, function(err, data)...

This is a common Snapdrop bug. Currently I don't have any idea how to solve this issue. Lots of pulls on the original repo have been opened but currently no...

Should be already here: https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md#inofficial-instances

Also for me, very strage... Waiting that the problem is solved, meanwhile you can try using my [Node.js version](https://github.com/Bellisario/node-snapdrop) here: https://node-snapdrop.onrender.com/ --- @RobinLinus is there any other strange server error...