Spencer
Spencer
FYI, in the future, if you convert the PR to draft before changing the branch it will avoid pinging and subscribing all teams to the PR 😅
We have a [step in kbn bootstrap](https://github.com/elastic/kibana/blob/0e3aa9ebf489997364912676ccf8f35df5f30cab/packages/kbn-pm/src/utils/validate_dependencies.ts) that inspects the yarn.lock, package.json, etc, and could definitely implement some dedupe validation if we could define the exact criteria we want to...
This has failed 15 times in the last week, all in PRs which is why this hasn't triggered any comments Skipped main/8.5: https://github.com/elastic/kibana/commit/ea2098fea07ea67380b9cfc995503576ff58bf50 8.4: https://github.com/elastic/kibana/commit/e902476ddef4b392f1796718c7efdab92c40503b 8.3: https://github.com/elastic/kibana/commit/7e72f3d568ae16807f7dd6e7273e863aeafcf645
Yeah, I definitely get that feeling too @cchaos, would it be possible to get help with a custom implementation that offers similar design but without using the context menu? I'd...
Thanks @constancecchen. I'm trying that but getting an `_this2.state.menuItems[_this2.state.focusedItemIndex] is undefined` thrown when navigating to the root of the context menu and still seeing the focus fix to the context...
Talked with @vigneshshanmugam about this yesterday and it sounds like what we need is a feature that will allow us to record RUM transactions as children of other transactions. The...
Since it's entirely possible this is intended behavior, is there a way to know when HardSource is done writing it's initial cache so we can automatically restart our webpack process...
Alright, I took a shot at implementing your suggestion and you're right, after the second compilation rebuilds are as fast as they are when starting with a populated hard-source cache....
Okay, great, I was filtering by `NormalModules` at some point but found things like the ignored modules were being recreated every time. You're right though, it's not worth worrying about...
@maryam-saeidi looks like this test is failing already and was added in https://github.com/elastic/kibana/pull/140024, going to skip, would you mind checking out the flakiness of this?