Greg Larrenaga

Results 7 issues of Greg Larrenaga

Hey, I am running across a FOUC in lazy engines + fastboot. I have narrowed it down to 2 issues: 1. [This line from the router extension](https://github.com/ember-engines/ember-engines/blob/06116a0b4ffdf90208b608d9581016f78a8887b8/addon/-private/router-ext.js#L233) will always return...

(please let me know if this belongs somewhere else) When I attempt to work on a ember addon by `yarn link` or `npm link` babel cannot resolve plugins. Steps to...

Adds additional bullet point to the 'no SVG found' error troubleshooting section of the readme #27

I would like to use `ember-in-viewport` in only the horizontal direction. The *product* use case here is a VERY large data table with 2000+ rows of 40+ columns, whose column...

Hello. Thanks for the awesome addition to node! This feature was awesome in rails, will be just as useful in node apps. The filter directories array defined on line 32...

Hey, I am having an issue with lazy engines + fastboot resulting in a FOUC. So far, I have nailed it down to 2 issues, 1. [This code](https://github.com/ember-engines/ember-engines/blob/06116a0b4ffdf90208b608d9581016f78a8887b8/addon/-private/router-ext.js#L233) from ember...

Just wondering how to update in-repo engines and add-ons, specifically the codemods. It does not traverse the lib dir running from the parent app. If I `cd` into the in-repo...