Andrew Pellerano
Andrew Pellerano
Does anyone have a good debugging play when they encounter these? Perhaps a way to break execution the moment the Ember-managed element leaves the DOM in an unsupported way? Currently...
The most recent project I built with ember-table had a highly stylized table and we had a lot of issues getting table borders to work with `position:sticky` table elements. You...
Thought of another problem with the use of `position:sticky`. The resize handles can't overlap the line between 2 header cells, which is what users expect. Expectation: you grab the line...
Regardless of how a project's tests and dependencies are structured, why does ember-auto-import generate a tests chunk when `--environment=production` is used? Ember itself won't generate the `dist/tests/index.html` file that would...
Here's a learning material spot that will need updating https://guides.emberjs.com/v5.8.0/in-depth-topics/autotracking-in-depth/#toc_arrays
I also have an issue with sourcemap fingerprinting in 4.0.2. The behavior change is demonstrated below. 4.0.2 is giving sourcemaps a unique fingerprint in assetMap.json, but the actual sourcemap file...
Here's the diff between 6.0.1 and 6.0.0. https://github.com/ember-cli/ember-cli-htmlbars/compare/v6.0.0...v6.0.1 It's likely this PR but I don't understand Ember's build process enough to say why https://github.com/ember-cli/ember-cli-htmlbars/pull/739
I've found a similar lifecycle issue for modifiers when conditionally rendered, and have repro steps in the issue reported to ember-modifier: https://github.com/ember-modifier/ember-modifier/issues/613 Unsure if it's related, but wanted to call...
> `#in-element` just attaches its children dom-elements to the target dom element. inside embers component-tree nothing changes, the children of `#in-element` are still in the "original" place like defined in...
I'm clear on the desire to have a way off hbs asap, and sympathetic to how this pulls the sweater thread that leads to a complete Routing Overhaul RFC. It...