Jon Johnson
Jon Johnson
I can't merge this PR as is because it for sure breaks yarn workspaces (which we now support for good or ill, but it would be breaking to stop supporting...
@mhluska yes. This is the goal. Currently you have to control the icons that are included yourself with the configuration outlined in https://github.com/FortAwesome/ember-fontawesome#subsetting-icons It isn't documented because there are still...
Thanks for the report, do you have a branch I can checkout and run with this error? I'm not seeing anything obvious in your logs.
Cloning that branch, running `yarn install`, and `yarn start` results in a completed build and a working app for me. Maybe your local dependency tree is out of sync with...
I've been working on bringing the AST transform work from ember-font-awesome over to this addon. There are several steps left, but in the end I think we're going to be...
I'm not sure what we should optimize for here. The Ember way is generally to provide the best experience possible with the least configuration. In this case though I think...
@burritoIand I was forced to invent a bit of a new config for this addon because it needs to be configurable from within other addons and that configured list of...
@huberts can you expand on why this would be needed? What it unlocks compared to the existing `` syntax?
Thanks @robclancy, I took a quick look, this seems like a very cool approach for dealing with caching the more static icon files. I think I'd like to see this...
This is a known issue with ember-ast-helpers: https://github.com/cibernox/ember-ast-helpers/issues/21