Alex Navasardyan

Results 24 comments of Alex Navasardyan

@gordonbisnor could you ping me on Ember.js community Slack? would be happy to give you access to it :)

@mcfiredrill sent you an invite!

related to https://github.com/twokul/ember-lazy-image/issues/52

@efx 👋 sorry for the delayed response! we do plan on maintaining it but at the moment we are caught up w/ some product work! do you think you can...

👋 No, plans at the moment. But we definitely welcome a PR or two in that direction if you have spare/work time to dedicate.

## "Not optimized: Bad value context for arguments value" ### Example: ``` javascript function f1() { return arguments; } function f2() { var args = [].slice.call(arguments); } function f3() {...

Also, I _think_ "Not optimized: Inlining bailed out" might be caused by a completely different bailout. Fox example, the function won't be inlined if the function that is called inside...