Joel Kuntz

Results 47 comments of Joel Kuntz

Thanks for the help @rwjblue! definitely helped me come to a resolution 1) I don't think ember-source depends on the test helpers. Looking at [package.json](https://github.com/emberjs/ember.js/blob/master/package.json) so ensuring updating that didn't...

This tripped me up too! simple component that applies a class on mouse enter/leave ```js import Component from '@ember/component'; import { set } from '@ember/object'; export default Component.extend({ classNames: ['hovertip'],...

+1 for SVG

> as you probably want your folding to stay as it was even when some state is deactivated and then reactivated. I think I'd be ok with it "unfolding". This...

> However setting an expression property is considerably more expensive than just storing a value in a custom variable. Fair point. This kind of gives me two thoughts - there...

Hi @Maran23 Sorry if I wasn't clear in the use case, and maybe the initial suggestion isn't the best solution. I want to be able to only toggle one at...