Geoffrey Bell

Results 10 comments of Geoffrey Bell

I created a reproduction (https://github.com/gtb104/lazy-engine). In it I've defined: ```js lazyLoading: Object.freeze({ enabled: true, includeRoutesInApplication: false }) ``` When the app loads in the browser, I get the following error:...

Clone the repo, start the server, then open a browser and go to localhost:4200. In the console you’ll see errors about it not being able to build the link to...

Perhaps I don’t understand the intent of PR425 (https://github.com/ember-engines/ember-engines/pull/425). It states: Introduces a new lazyLoading.includeRoutesInApplicationoption which enables lazy engines to output their routes.js file to a stand-alone file rather than...

I've moved on to another project, and it looks like this is dead, so it can be closed.

I also believe that the `slide` property is not used. I've looked through the code and do not see where it's used. Could you point out where it's used?

This repo has had very little movement in the last year. I see there are many open pull requests just waiting to be merged. Who has write access? If it's...

If it’s already fixed, could you please point to the PR and release that addresses this issue? Ant design uses this library in their Carousel component. If there’s a specific...

I'm experiencing the same issue, and I believe it's due to the [flexi](https://github.com/html-next/flexi) library. If I remove the usage of flexi tags in a template that I know is failing,...

We've just performed the same upgrade (3.24.0 - 3.28.12) and are experiencing the same issue. @KeithKosh, did you ever find a solution to this?

Thanks for the tip. We'll try that out and see what happens.