Andrey Mikhaylov (lolmaus)
Andrey Mikhaylov (lolmaus)
Thank you for your explanation. But could you provide a sequence of steps of working with a StainedByChildren-powered model that result in the issue? I need a failing test case.
@Mifrill Hey comrade, this addon is entirely unmaintained and is likely to be incompatible with modern versions of Ember Data since it was relying on private API.
Is the post already published somewhere? I've only shared a draft via gist.github.com.
Oh! So much feedback! I tried doing something like kss.inspect and noticed that the KSS gem actually extracts ALL comments, it's just the fact that nodes without `Styleguide 2.1.3.` aren't...
Sorting out my emails... The matter is that a CSS/Sass file may describe a very complex page module ("block" in BEM or "component" in [SUCKS](http://snugug.com/musings/css-strategy)). The styles are inevitable dependent...
Yes, BEM elements should be as much independent as possible (in my personal projects i even do not distinguish between BEM blocks and BEM elements because of the fact of...
Due to #17, I'm unable to use `ember-computed-template-string`, so I used @SaladFork's solution as a local module. It works fine. :+1:
@tbieniek: btw I think https://github.com/rwjblue/ember-getowner-polyfill/blob/master/index.js#L28-L33 is the correct algorithm to get to the host app config
Note: switching to #15 will make `index.js` hacks unnecessary, so this issue will be no longer an issue.
This can be a client-side error as well. The Ember adapter depends on a global `io`, but it's not specified in `bower.json` as a dependency.