Atsushi NAGASE
Atsushi NAGASE
I'm using `RealmResultsControllerDelegate` as `UITableViewDataSource`. When beginning table view while scrolling, I see blank until stop scrolling.  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...
Fixes #6