Andrew Pellerano
Andrew Pellerano
This PR introduces `ember-ref-bucket` to the package.json but doesn't look to be using it. The `npm install` also may have been run with npm 7 even though this lib is...
We are noticing this as well, on `[email protected]` and `[email protected]` which are the latest as of writing. Editing an scss file causes both the `SassCompiler` and `ember-auto-import-webpack` broccoli task to...
I tried downgrading to `[email protected]` based on @Timbuktu1982's comment and the issue went away. On 2.6.1 after editing an scss file I still see both `SassCompiler` and `ember-auto-import-webpack` broccoli tasks...
Thank you for sharing your webpack overrides. Maybe that could be part of a formal solution, if ember-auto-import is receptive to supporting this use case. Proposal: a flag for `autoImport`...
> I have a branch here based on the last version and inspired by the changes in this PR https://github.com/EmberExperts/ember-basic-dropdown/tree/shadow-dom I was able to upgrade to this newer fork with...
Oh I found an issue in the EmberExperts fork. Inside `component:basic-dropdown-content`, it still uses the old way of registering the `triggerElement` so that `handleRootMouseDown` expects it to exist at `this.args.triggerElement`....
This commit on top of the EmberExperts fork addresses the issue when clicking the trigger to close the dropdown content. I scanned for any other dangling `document.bleh` element lookups and...
I've made my fixes to the EmberExpert fork available here https://github.com/EmberExperts/ember-basic-dropdown/pull/1 Maybe @herzzanu can incorporate my changes and open a new PR here?
I see, the changes don't apply cleanly because the addon has been migrated to v2 format. I'm not enough of a git plumber to know the easy way to approach...
We get this one in our logs using latest ember-table 5.0.6 and ember 3.28. We conditionally insert a div into the occluded list managed by vertical-collection, and the conditional's Comment...