Rohan Kothapalli
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....
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...
## What is the current behavior? In a multi statement query, snowflake is not sending back responses of queries executed successfully when one of the queries errors out. In a...