Mitch VanDuyn

Results 234 comments of Mitch VanDuyn

@zetachang - we use none of the js stuff at catprint. All of our testing is based on rspec / capybara.

```ruby it "will preserve boolean values correctly" do mount 'Foo1', foo1: 'no' class Foo1 < React::Component::Base param :foo1 def render Foo2(bool: foo1 == 'yes') end end class Foo2 < React::Component::Base...

I agree its just sort of 63.28% haml, leaving you frustrated for more, or wishing you had never tried it out.

yes that would be great. Sorry for the delayed reply. Let me know what kind of help you need getting into it.

I have heard anycable works fine with HS, so the hard part if just building a test case into the transport spec of hyper-operation.

This is weird, and I guess must be a regression. @lionelchauvin can you please try back in say HS 1.5 and see if breaks there?

@zetachang we need to think about this in a very general sense. That is how to be able to use reactrb in the widest possible number of environments with the...

for these we should use a call back ```ruby class Foo < Hyperloop::Component while_loading do IMG(src: 'spinner.png') end ... end ``` and to be completely consistent with the render call...

FYI... even though while_loading is a hyper-model feature, i think the basic mechanism belongs here. In fact I would say that implementation wise we would add something like this to...

whoops this needs to be against the edge branch not master...