Lukas

Results 36 comments of Lukas

I'm not sure if this is related, but the red/green contrast [here](https://guides.emberjs.com/v3.0.0/tutorial/ember-data/) is very suboptimal. Its not a real problem - I can just mark the code snipped, but a...

IMHO this is the right decision. Torii is (and always was) *unrelated* to ESA, and the integration was never nice. Not it seems dead, so better don't hold ESA with...

@DaveDavenport I would like to have it the other way around. I would like to keep the highlighting but change the *matching*. So I want to be able to enter...

@offirgolan sure! I know this is mostly a proof of concept at this point. Just ping me if I can help.

fixed. We still have the problem that if when u _use_ the feature of returning a promise in `getLocalizedPath` then u will also get a promise when using the `t`...

Okay, I think its far simpler. If the tether is inside an `{{#if}}` it breaks :/

Workaround for now: Replace this: ``` {{#if show}} {{#ember-tether ...}}...{{/ember-tether}} {{/if}} ``` with this: ``` {{#if show}} {{#ember-tether ...}}...{{/ember-tether}} {{/if}} ``` Thanks to [this](https://github.com/yapplabs/ember-wormhole/issues/66#issuecomment-263575168) post.

Thanks! I wasn't able to find something [here](https://github.com/css-modules/postcss-modules/issues), and I'm a bit confused where which issues are tracked. However I think it would be good for this issue to stay...

This could be a configuration on the `step-manager`. Another option would be to prefix the numbers by a `magic` string. Or a `currentId` could be provided, that is either a...