Gaurav Munjal

Results 153 comments of Gaurav Munjal

I've tried to work around this from Ember Twiddle side, couldn't find a workaround. Ember Inspector needs to be able to handle dynamically added and removed iframes with Ember apps...

> I really like this, _but_ there is one very important use case that we need to cover before we can do this. And this is the `Route#refresh` method. >...

@ef4 Someone would need to take over this from me.

People have already said most of what I'd like to say, so I'll just generally agree with @chriskrycho and @runspired I'd like to add the following suggestions: 1. Release 4.0...

I like the idea of using sandboxed iframes for security; my largest concern would have been addons that would use this capability to do the sorts of things only chrome...

Love this idea. We can mention that one possible implementation is to precompile to the array and hash helpers during that stage to eliminate any possible slowdown at runtime from...

I agree with @nightire that this will be confusing to new users. Specifically they will not understand why they can't do similar things elsewhere, like: ``` {{#each @model as |item|...

FastBoot is generally not worth it for any authenticated (behind a login) B2B application because search engines cannot access them, and all advantages besides performance are moot. Performance is less...

> > FastBoot is generally not worth it for any authenticated (behind a login) B2B application because search engines cannot access them, and all advantages besides performance are moot. Performance...

> Reducing that complexity is exactly what this RFC aims to do. This RFC by itself does nothing to reduce complexity. > As far as I can tell, documentation is...