Tommy Tang

Results 5 comments of Tommy Tang

fix dragstart to pass empty string for IE instead of null in e.dataTransfer.setData.

Problem fixed by fall back from Zappajs to Coffee Script. It seems that Zappajs not properly passed response to middleware so that the undefined "res" is referenced in statement res.statusCode...

It is suggested to revise oauth2.js line 155-159 as follows: ``` var post_data= querystring.stringify( params ); var post_headers= { 'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic ' + new Buffer(this._clientId + ':' +...

For your information, the following is mentioned in section 2.3.1 of rfc 6749. ``` Including the client credentials in the request-body using the two parameters is NOT RECOMMENDED and SHOULD...

bluetoothctl as shown below: ``` Name: DL-4016090151AD Alias: DL-4016090151AD Paired: no Bonded: no Trusted: no Blocked: no Connected: yes LegacyPairing: no UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb) UUID: Generic Attribute Profile...