Review of "Orange Share" version 6

Details Page Preview

A small python server that accepts requests from an apple shortcut to allow sharing all sorts of media from iOS. It allows sending content right from the share sheet - similar to AirDrop between Apple Devices

Extension Homepage
https://github.com/Yannis4444/Orange-Share/

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
7 Active
6 Active
5 Rejected
4 Waiting for author
3 Rejected
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection active
Use arrow function instead using .bind() for function(). For example: this.connect('button-press-event', function (display, action, deviceId, timestamp) { // ... }.bind(this)); will be: this.connect('button-press-event', (display, action, deviceId, timestamp) => { // this will be available here });