Robbo

Results 106 comments of Robbo

Was confusing seeing an undefined return type lol, almost had the callback pattern purged from my mind.

I don't think they are really needed. The use cases can easily be achieved in other ways, like a simple option for some custom page that is a little different.

You don't realize how much you like this extension until it doesn't work.

This issue is due to https://github.com/micjamking/devtools-author/issues/142. Using a larger font and/or line height means the scroll position is wrong after the style has been applied. If the dev tools are...

To get this working with `ember-page-title` I had to share `'headData'` service with the engine. Also I have `ember-page-title` as a dependency in the engines `package.json`. Without using `ember-page-title` I...

I've been using React for a few months on a different project and even though it is pretty annoying to use compared to glimmer components (which are so nice to...

That still doesn't help that much because you won't always have the same name for the block. You should simply be able to use a block in an if statement,...

In angle invocation things are differentiated simply with a `@`. So having all this extra special stuff seems hack to me. I think if possible it should just be a...

That wouldn't be backwards compatible if using the same helper, which I assumed would be an issue. Otherwise it would be nice. On Tue, Dec 17, 2019 at 4:23 PM...

> > ``` > > {{!-- Before --}} > > > > {{@text}} > > > > > > {{!-- After -- I don't think this is the right way...