Jason
Jason
@evolross been having a similar issue with my chatrooms using redis-oplog. I've got the subscription using a unique `namespace`, and each insert/update uses that same `namespace`. It works most of...
Yes @evolross it looks very promising, but as soon as I rolled it to production my 3x quad galaxy containers all hit 100% CPU and crashed. I've opened a few...
Honestly, the main reason I've been experimenting with `redis-oplog` is because my mongodb instance is getting hammered and I've had to scale up considerably. It's now my biggest cost. A...
This would be great! Currently using this package, but the ~10 second polling interval can be a bit annoying: https://github.com/nate-strauser/meteor-publish-performant-counts
Ditto, same error. ``` Warning: Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to...
Looks like it's solved with this pull request: https://github.com/studiointeract/accounts-ui/pull/138/files If you need it now, you can create a directory called "packages" in your meteor app. Then you'll git clone this...
I'm also struggling with this. Trying to play through a playlist, but it stops after the current song when the app is backgrounded. I think this is because React Native...
Planning to dig into it soon soon. Their documentation is painfully light right now, but they specifically state in the intro that it can be used for audio apps.
I notice @sichacvah managed to implement something interesting that seems to get close to what I'm trying to accomplish (on Android). Been trying to modify that to work with my...
It was with any .mp3 via network -- I can't provide additional detail, as I've already moved forward with a different library :(