Dave Wasmer

Results 35 comments of Dave Wasmer
trafficstars

Yea, I was trying to think of a way to preserve the old behavior without closing over the reference and came up empty, but I didn't think of just changing...

Hmm, right. Seems like, because Rollbar requires instantiating their client class (i.e. it's not just a global state thing, you could have multiple rollbar clients), and Ember's `onError` hook is...

Yea, we could wrap the initializer in a Fastboot check, but the downside there is that you lose Rollbar reporting in the Fastboot environment. That's what I've done on our...

Good catch! I'm thinking the proper way to do this is probably to actually _revoke_ the cert, which is _not_ what we do now.

Sorry for the silence here, notifications got turned off on this repo by accident. I'll take a look at the PR!

Awesome stuff @ebryn - long time user of ember-component-css, appreciate all the work so far! Some general feedback - I'm not really using shadow DOM stuff yet, nor have I...

> also rewrite your templates as well How would this work with dynamic class names, i.e. ``? > and the system makes sure they're globally unique for you. In a...

> We'll transform it to a helper call that prefixes the dynamic class names I assume the helper/transform would handle things like `currentStateClassNames` containing multiple class names (i.e. `"foo bar"`),...

> I'm trying to find the right balance so folks feel like they can iteratively adopt ember-component-css inside of an existing app. Makes sense - that's a tough balance to...

@webark but the key value prop of this addon (for me at least) is exactly that - the namespacing (effectively, the scoping) of CSS. Not sure what this addon would...