Alex LaFroscia

Results 245 comments of Alex LaFroscia

No worries about the build, it's an Ember + TypeScript thing. There are often some cases where things start breaking on install, I'm going to look into it. The tests...

For reference, this is how `ember-decorators` solves this problem: https://github.com/ember-decorators/ember-decorators/blob/03bcfc6dcc2b22569ccd70602db5330ba1f7bd76/packages/-ember-decorators/blueprints/ember-decorators/index.js#L50-L75

What exactly are you looking for? I built this mostly as an experiment, borrowing a bit from the code in the AltSchool repo. If they're interested in updating their addon...

Are there features or stability that you're finding lacking in either addon? Both addons wrap a React component in an Ember one, the difference is just _how_. My decorator approach...

Can you explain what you mean by that, @wmertens?

> I wonder what are the implications of having only the `application.hbs` as the main entry point, and then use React as the view layer afterwards. Interesting idea, and I...

Hey! Thanks for this. I'm going to do some repo maintenance to modernize this repo a bit, and will make sure that this commit ends up in it!

I noticed the same behavior in a recipe in my own vault! I noticed that it was happening in some files, but not others. I duplicated a broken file and...

I think this is the same as #27!

I've also been wrestling with some errors around "solutions-style" `tsconfig` files and `svelte-check`; I can't get it to report errors in files that exist in a referenced project. If I...