Francesco Gringl-Novy

Results 192 comments of Francesco Gringl-Novy

FYI I just stumbled over this issue (when trying to make a button disabled in fastboot and enable it only when clicking the button actually does something), so this seems...

I generally think this is a good idea, my two cents to this: * I believe a replacement for pods needs to be defined before doing that. We use pods...

The main issues I encountered were: * Missing pod support (as mentioned) * Missing support for nested co-location index components (e.g. app/components/my-component/index.js) * Missing pluralization support. Noticed this with ember-can,...

Having nested components be at `app/component/my-component/index` can be very helpful when you have a lot of nested components. e.g. Having this: * `app/compoments/my-component/index.hbs` * `app/components/my-component/sub.hbs` Makes it much easier to...

Ah OK, that was absolutely not clear to me, and to be honest also is rather surprising. That kind of feels like just adding more friction to every service definition....

I created an RFC to tackle this issue: https://github.com/emberjs/rfcs/pull/387

Both cases make sense to me, esp. the capital-case component name (`@Wrapper={{component 'my-component'}}`) is something I've personally ran into multiple times.

Do I understand correctly, that if I'd want dynamic filenames I'd have to continue using `/public`? E.g. something like this: ```js export default class FlagComponent extends Component { get url()...

For what it's worth, our app & addons work with ember-source 3.27.5 & latest ember-cli-typescript. So I do not think it is a _general_ issue, but probably some combination of...

Since the tsconfig from the blueprint still has `noEmitOnError: true`, and this (with current ember-cli) still leads to the build crashing whenever there is a type error, would it make...