Alex Bush
Alex Bush
Agree, looking at the current README I can barely understand how to get started.... I don't know why I need all these setup... I just want to get started with...
Something like this http://growingdevs.com/stop-using-rubygems-and-start-using-bower.html
@rudro thank you for leading on this! RIBs is Uber's project and you guys probably want to have control over implementation of it and align it with internal usage of...
I like the idea! As far as I recall CocoaAction's signature is Action ... We need to figure out how to convert to that (I believe we can use that...
@ashfurrow did you create `CocoaAction` as a `typealias` to `Action` because that was the only way to use it in `public var rx_action: CocoaAction?` uibutton extension? At first I thought...
Spent some time looking into this the other day. It's so unfortunate that we can't have generics in protocols and extensions and have to do something like @liyanhuadev did...
@brovikov it worked. thx. @ahuth any chance we can find someone to maintain it? I myself can not do because I'm working with iOS and Rails APIs more than with...
@ahuth maybe we can reach out to webcomponents and polymer communities?
Ah, I figured it out. I need to run `-t` option for subtarget of my project. But unfortunately I get `var dependencies = {"links":[],"links_count":0,"objects":{}}` as the output. Any ideas why?