Ryan Tablada

Results 82 comments of Ryan Tablada

That'd be cool. Looking at zacks, caret, invalid foreground, or invalid_background might be cool.

![screenshot from 2014-03-03 13 06 59](https://f.cloud.github.com/assets/2532004/2313266/149a4cf2-a307-11e3-862b-ba95e0024b85.png) This was just swapping out invalid_background on markup.raw.block.markdown

Looks like there's still issues with tar ball paths. @ELLIOTTCABLE can you confirm if you are using `npm` or `yarn` to install dependencies? Also did you install from fresh or...

Hit this today when working with Glimmer and Sparkles components. Is there any movement forward to get something working for those cases?

When working with Sparkles Components you can do something like: ```js import Component from 'sparkles-component'; import podNames from 'ember-component-css/pod-names'; export default class ReportConfigButton extends Component { get styleNamespace() { return...

I love this idea. Though I'll say we should be more wary of BCs in 1st party tooling along the way. Many point back to 1.13, 2.4, etc but there's...

@Panman8201 that is achieved here. If you want "everything ember" you'll continue to use `ember-source` if you want to explicitly declare your dependencies (or dare I say add Ember features...

Pinning this down to something in routes specifically feels like a side step move. Instead of making this a route API what if we made head tag manipulation an official...

For some examples and reasoning, making this a service unlocks: * Use in components (possibly even an official `` component) * Use in routes * Use in services * Easy...

While I do get the ease of use argument the tools are there to choose your own ease of use. I think it'd be much easier to come to a...