Results 3 issues of Nícolas Iensen

Whenever I try to `require('replay')` in my app, I get an error saying: ``` ./~/replay/lib/patch_dns_lookup.js Module not found: Can't resolve 'dns' in '/Users/nicolasiensen/Projects/t-inbox-client/node_modules/replay/lib' ``` I'm using [`create-react-app`](https://github.com/facebookincubator/create-react-app) to abstract the...

Hey, I'm trying to listen to j-toker events with PubSub, but it seems that no event is been triggered by j-toker. I've tried to place this code ``` javascript PubSub.subscribe('auth',...

I've noticed that the implementation of this polyfill differs from the implementation of `EventSource` by Google Chrome in the header of the request made to the SSE server. When using...