Mitch VanDuyn

Results 234 comments of Mitch VanDuyn

Perhaps replace this with a little demo that gets the user's browser location (via something like IPstack) then use an open weather API to grab that locations weather...

okay the broken example has been removed (thanks @fzingg) but I'm leaving this open, as we should replace it with something else.

Note the better error message will be in Hyper-React 0.12, plus in Hyper-Component there will also be automatic conversion for the most common types, via the acts_as_string? flag

I think there is a difference between dependency and how things are released. Rails AFAIK does not FORCE you to keep all of its sub-gems in sync. That is all...

I left value and error only taking a single value. I would like to add a "values" method that allows multiple values and just calls "when" if any of the...

That line `resolve(*(@wait.map(&:value)))` is the core of the pull request. The rest of the changes are just so it all works consistently throughout. Whats the downside of allowing a Promise...

yeah I don't know... fundamentally a lot of these problems revolve around a conflict. On one hand we would like to make react.rb as easy to use as possible, especially...

I think you are right, that having a basic and full gem version solves it simply. Full = basic + other gems.

@ajjahn - if its possible to work out how to do this, it would be great. It would solve other configuration issues as well right?