Gant Laborde
Gant Laborde
RMQ is very performance oriented, we'll be sure to check up on this, thanks for such a great report!
You can see all the state stored on each View with `my_view_object.rmq_data` If you are dealing with the RMQ wrapper, then you'll need to say `rmq_object.get.rmq_data`
I'm next to him and can corroborate.
did you try Jamon's code? That looked right to me. Or maybe even `find(:face_image).get!.remoteImage` I forget
From a cursory glance you're right about setter. It looks like `.image` is set: https://github.com/infinitered/redpotion/blob/17af406a0bd81404676b4553e73c83bf49570e17/lib/project/ext/ui_image_view.rb#L20 So you might be able to do `mp find(:face_image).get.image` Keep in mind this is async,...
honestly, best to modify the source I linked and add an optional callback so you can do what you're looking for. At that same time you can even place an...
lol @markrickert This does look great. @andersennl you could start writing the tests or a branch and it would build momentum :+1:
Hey jsilver. We're here to help. Have you joined the motioneers chat room? We can discuss more there :) motioneers.herokuapp.com
I like it! Have you done any benchmark tests?