Bert Hajee

Results 6 comments of Bert Hajee

@nanliu Right now easy_type doesn't add any help for `insync?` checking. Is your suggestion we add some sort of a helper? Or are you suggesting we override the current implementation...

I can make a PR for documentation, but I'd rather try and make a PR for changing this behaviour.

@ffrank I would like to implement it like the documentation now tells it should work. Is that also the way you think it should work?

How would that work on an extended concatenation like: ``` javascript this.get('first.second.third') ```

Have you considered always soaking unless you use the \* operator? I haven't really looked into it, but ut seems Ember.set & Ember.get can handle this. ``` coffeescript @first.second.third ```...