Ian Taylor

Results 7 comments of Ian Taylor

I've updated this PR to the current version of RSMQ. It passes all the same tests with both `ioredis` or `redis`.

Pull request https://github.com/smrchy/rsmq/pull/57 adds ioRedis support.

Hi @djvs Check out issue #13, which has one potential way to solve this issue.

Let me think about this one. The thing I like about having dist checked in is that you can get the exact same code that is in NPM by checking...

Hmm, I've not seen this myself. Could someone create a minimal reproduction case in a repo so that I can try to figure out what's going on? My guess is...

To test my above theory, you could try removing the file `node_modules/redux-socket.io/.babelrc` and see if this error goes away.

@aforty, Yes, I think excluding the `.babelrc` could be done by adding a `.npmignore` that excludes the `.babelrc`. That would prevent the `.babelrc` from being picked up in the npm...