Atsushi NAGASE

Results 7 issues of Atsushi NAGASE

I'm using `RealmResultsControllerDelegate` as `UITableViewDataSource`. When beginning table view while scrolling, I see blank until stop scrolling. ![01](https://cloud.githubusercontent.com/assets/18631/12533138/d6c2936a-c269-11e5-92fc-e163bf9cc60c.gif) I could fix this by updating table view in `didChangeObject` at once...

Added [Auth Endpoint](https://pusher.com/docs/authenticating_users) support. ## How to use ``` coffee pusher_client = new PusherClient key: (process.env.PUSHER_KEY or pusher_key) authEndpoint: 'https://myapi.mydomain.com/auth/pusher' ``` or ``` coffee pusher_client = new PusherClient key: (process.env.PUSHER_KEY...