Amir Salihspahic
Amir Salihspahic
Git rebase -i master and change all but the first "pick" to "squash"
Would it be possible to make the # of approvals before hiding configurable? Context: For several of our teams, our flow involves getting 2 approvals, so we don't want to...
if you log the socket object, it has 'disconnected' and 'connected' fields so how about something like ``` var socket = io.connect(YOUR_URL); if (socket.connected) console.log('connected!'); ```
Happening for me now too. Was also working before. I have socket.io client library added (1.4.8), I've done what's in the above stackoverflow solution, using the io.connect approach