Joaquin Diaz

Results 5 comments of Joaquin Diaz

I guess on server side, the way of doing this is like this: ``` javascript global.S3.aws.upload({ Bucket: global.S3.config.bucket, Key: 'images/' + fileName + '.jpg', Body: passthrough, ACL: 'public-read', ContentType: 'image/jpeg',...

I'm having the same issue, any idea where can I change it back to normal?

#33 Created a pull request fixing this

> Hi, I also have a problem with window 7 x64, node version 6.10.2, electron version 1.6.11, > ![image](https://user-images.githubusercontent.com/8463435/28196143-3e049870-6881-11e7-8670-97b77a22310f.png) > but the `win.webContents.print()` work well, and the system default printer...