Brian Woodward
Brian Woodward
@geoidesic take a look at [this tutorial](https://blog.pusher.com/making-angular-js-realtime-with-pusher/). I'll try to get this project updated and cleaned up when I have a chance. Help through PRs is always welcome :) Also,...
I've been away from angular for a little while. Is there a way to "reload" a `ServiceProvider` obj in an angular app? If not, I guess I should add a...
Should this be exposed on the Service or just implemented inside the service to attempt auto reconnects?
@mehl321 sorry for the long delay... does [this commit](https://github.com/doowb/angular-pusher/commit/27bc6d136836e4598dd37a13271fc94b52cd26c0) help?
Check to see if these features are implemented with https://github.com/doowb/angular-pusher/commit/27bc6d136836e4598dd37a13271fc94b52cd26c0
It's currently being used as soon as you "get" the `Pusher` factory in your controller. I think the code can be refactored to wait to call the actual Pusher api...
Should be fine. I'll look into it.
@mindplay-dk sorry for the delayed response... I looked into this a little: > It could be a bug in Chrome and Edge, I suppose? I think this is the case...
Is there a way to add the polyfill? [This issue](https://github.com/facebook/create-react-app/issues/11771) may be related and might get fixed in `create-react-app`.
Hi @cncshaggy ... sorry for not responding sooner and thanks for the PR! Since the `input` is technically "cast" to a string [here](https://github.com/doowb/ansi-colors/blob/a4794363369d7b4d1872d248fc43a12761640d8e/index.js#L40), I believe this should be `any`. _(Also,...