Forrest Chang

Results 29 comments of Forrest Chang

Hi @kenichi Thanks for the quick response. I switched to Celluloid.sleep and I get the same behavior, i.e, after doing 4 requests back to back, watching the output of the...

If I read it right, state at the class level is sort of the corresponding call to ```getInitialState()```. This can work for primitive types, but you can't access params and...

@ajjahn I think this would be a good opportunity to pull out rails stuff into it's own gem actually. RE: components would we have an option on where to put...

I'm not certain I like how it looks, I'd probably have to use it for a while to decide. That being said, if it's "just allow" i.e. in addition to...

@catmando I lean towards it as optional, these are all html tags, right, so I sort of expect a web developer to have familiarity with them, and if they are...

I like reactrb the organization name and most projects being reactrb-. I think even reactrb-record has a nice ring to the ear, sounds almost the same as reactive-record, though if...

On the issue of prefixes and repository names, I think we should generally prefix the repo name with reactrb, i.e. https://github.com/reactrb/reactrb-router - the redundancy is only in url, in your...

Hi @zw963 - I'll try to get to this as soon as possible

@zw963 it would be appreciated, opal-irb is due for a lot of maintenance, I just haven't been able to find time

@zw963 wow, that's fast. Thanks. On rubocop, I'm generally fine w/many of the defaults. The one that don't agree with is that blocks should always be do end when >...