Jim Cowart

Results 13 comments of Jim Cowart

amplify.subscribe() can take a space-delimited list of topics currently, and will subscribe the callback for each topic. For example: ``` amplify.subscribe("foo bar baz", function(data) { alert("got some data " +...

You probably noticed I revised my reply's code sample, since I, too, thought the callback args included topic - sorry about that. I'm chatting with the appendTo team to see...

@mgiulio - I have a pull request pending that will update the documentation once it's merged.

@iangilman The pull request I've opened will update the documentation (the amplify.core README) with examples on how you could capture topic inside the subscription callback.

@Naethyn I'm interested in hearing what you're using for pub/sub across frames. Amplify's pub/sub doesn't current support that, unfortunately. I have a messaging lib ([postal.js](https://github.com/postaljs/postal.js)) that supports cross frame and...

@Naethyn seems like you could potentially bridge pkg and amplify and just use pkg as the bridge/pseudo-transport between windows. Your components would publish and subscribe via amplify, and you could...

Glad to see this going in. I think this is a win for amplify users!

@DaveVdE - apologies for taking 4 months to reply! It's been a _crazy_ year. I can look into this - but it might be a bit, since I have higher...

@benbp thanks so much for submitting this - I will definitely look over it and ping you with any questions. Bear with me - been a _busy_ (but awesome) time...

@benwhite-deltas hey thanks for submitting this! I'm traveling this week, but will try and get some time to look it over, etc.