Rohan Kothapalli

Results 3 issues of Rohan Kothapalli

The installation process was smooth. But when I run psiphon_client.py, I can't connect to any server and the message is `ssh_exchange_identification: read: Connection reset by peer`. Is it something wrong...

Since youtube play feature is above download it is causing few bugs errors. For example, if I type download Coldplay Paradise, it contains play so it is playing the video....

bug
enhancement
help wanted
Difficulty:Hard
Data Science
Priority: Medium
GSSoC'19: Hard

Script to reproduce: ``` const mongoose = require('mongoose'); const jsondiffpatch = require('jsondiffpatch') const id1 = new mongoose.Types.ObjectId() const id2 = new mongoose.Types.ObjectId() console.log(`jsondiffpatch ${id1} ${id2}`,jsondiffpatch.diff(id1, id2)) ``` Output: `jsondiffpatch 65703f8fe4e276a1a653d00a...