Seth Wright
Seth Wright
I have a similar issue, only different. When i subclass a component.. i cant define pod styles for it at all? even if the sublass has its own styles.css. the...
@webark what I personally mean by "component subclassing" is creating a new component by importing and extending a different base component. In all likelyhood creating a mixin with my common...
what about using the component's built in `isVisible` property?
Speaking of documentation.. what is the status of test helpers? Importing via `import { drag } from 'ember-sortable/test-helpers` does not work as documented. I'm getting "module not found" error on...
I support this idea, though perhaps exposing Shepherd's `modalContainer` would allow tours to render inside of the actual app and therefore could be tested in acceptance tests and possibly allow...
> What is your rasterizer? Inkscape, RSVG or MSVG? That's a good question.. perhaps i neglected to configure IM properly.. I use Inkscape personally.. but i did not explicitly declare...
You can label this as a low-priority issue... my current solution is to just wrap the helper in an `{{#if` to guard against `name` being null.
Elsewhere allows me to have much more varied components render in the same place... where {{component}} helper narrows you in to a more uniform component invocation. for instance if two...
ah but it is more complex than that. imagine a template divided into quadrants. each quadrant has tabbed panels. then imagine a large list of component invocations. those components can...
I am currently struggling with this as well.. even with a modern test setup (post 3.0) mirage server is still auto running somehow... causing `setupMirage()` to generate a 2nd Pretender...