Mehul Kar

Results 169 comments of Mehul Kar

That sounds awesome. We're sticking to shell script deploy right now served as static files through Nginx. I think when Fastboot lands and if we have the luxury of making...

Are there any updates on this issue or have there been more discussions here? How would we get some movement?

I tried running the test suite against 3.17 with ember-try, but looks like this code path is not hit because animations are disabled in test. Same thing reproduces in `2.0.13`,...

code refs: - https://github.com/cibernox/ember-basic-dropdown/blob/v2.0.13/addon/templates/components/basic-dropdown-content.hbs#L18-L20 - https://github.com/cibernox/ember-basic-dropdown/blob/v2.0.13/addon/components/basic-dropdown-content.js#L174

Another problem is that `@animationEnabled={{false}}` does not work because when it's false, the getter will fallback to the default implementation: https://github.com/cibernox/ember-basic-dropdown/blob/v2.0.13/addon/components/basic-dropdown-content.js#L64-L67 I've submitted a fix for that here: https://github.com/cibernox/ember-basic-dropdown/pull/541

I see a related PR/Issue in EPS here: https://github.com/cibernox/ember-power-select/issues/1338

@alex9nadon not sure. I ended up upgrading EBS /EPS to the glimmer versions to workaround this problem.

Awesome. Would it make sense to at least add a page that showed *some* info for now? e.g. #668

> Usually you'll want external links to open in a new tab. Don't make this assumption, please :)

This may just be fixed by focusing on #1196 though!