Jon Johnson
Jon Johnson
@lindyhopchris I ran into this today when migrating from the old test helpers. Thanks for pointing me to a solution! I think adding the `fillInDate` helper would be a great...
This should be fixed with the release of `ember-moment-shim` `v3.8.0` which no longer double minifies code from moment.
@acorncom I'm holding off on doing anything breaking here waiting on [RFC #779 First Class Component Templates](https://rfcs.emberjs.com/id/0779-first-class-component-templates) because I think that will heavily influence the API for this add-on. Is...
Thanks everyone - great questions and information. @jelhan > Is there an impact on build-time? If it slows down initial build and rebuild an option to disable static transform for...
Thanks @st-h, I heard that the glimmer API changed substantially in 3.17. It's one of my hesitations about adding this type of build time transform since that API isn't under...
OK, I have some performance numbers for discussion. (thanks @st-h for digging up the right way to do this). They're a bit artificial in that rendering 10K coffee icons to...
Thanks @sandstrom. For 1/2 that seems to lead devs towards including more icons than they need as the easiest path forward is to specify all. However I'm not really oposed,...
There are two parts to this. For those properties that are part of the `` element the AST transform actually outputs something like a component that still has bound properties...
Yes, we're on the same page. We're only going to be able to transform some of the simplest permutations. In fact I wasn't aware of the nested `` situation with...
@teejayhh thanks for the report. This may be an issue with `yarn link`. Unlike `npm link` `yarn` doens't install new dependencies when it is linked. So adding `@fortawesome/free-regular-svg-icons` do the...