Anthony Cheung

Results 2 issues of Anthony Cheung

I was following the tutorial in the README file. I noticed if I use ``` // publish to the channel pubsub.publish('newCommentsChannel', { id: 123, content: 'Test', repoFullName: 'apollostack/GitHunt-API', posted_by: 'helfer',...

help wanted
good first issue
documentation

We notice a big hit on performance in IE 11 when we need to get/put ~1000 objects to the cache in a loop. After some analysis, it looks like the...