Mike Plummer

Results 58 comments of Mike Plummer

My guess is this is the line giving the error: `ProjectConfigManager.ts` -`const result = await isDependencyInstalled(bundler, this.options.projectRoot)` - it treats the bundler as a required dependency even if it isn't...

> 1. It was not immediately obvious I could hover the "flaky" badge Will pass this along to UX and get their thoughts > 2. I had to hover for...

Blocked pending merge of [Flaky Annotation PR](https://github.com/cypress-io/cypress/pull/23049)

@alexplischke We're still struggling to reproduce this on our end. I've run "cypress-example-kitchensink" against `example.cypress.io` a dozen times without issue, so there must be something unique to your environment or...

@alexplischke Yes, you're correct, the `chrome-remote-interface` connection in this instance *should* be local, but it's all IP-based so while we would hope a request to `127.0.0.1:12345` would stay local there...

@alexplischke Wow, amazing detective work! 🤯 It was no inconvenience at all - I'm glad you were able to track down what was going on, sorry I wasn't able to...

Simple reproduction case has been [created here](https://github.com/mike-plummer/23131-cypress-repro) @navdeepdevrepublic I was able to reproduce the issue you described above. I'm certain there are memory optimizations that could be made in the...

@vijay-peruri53 Unfortunately we do not have enough information to reproduce this issue on our end. We would need more information about the environment where you're trying to run Cypress (OS...

@baus `Head` allows lower-level components to inject/alter content of the HTML `head` even if they're buried deep down within the hierarchy (not necessarily at the "layout" level). It's often used...