Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mschile created a comment on an issue on cypress-io/cypress
@karinahapsari, we have not been able to reproduce the infinite loop in run mode. If you can provide a reproduction, we should be able to take a look to see if there is a workaround available.
mschile opened an issue on cypress-io/cypress
spec is skipped if the `/runs/<runId>/instances` call fails
### Current behavior If the `/runs/<runId>/instances` call fails and then succeeds, the current spec is skipped and execution moves onto the next spec but the app run doesn't fail or show any outp...mschile created a review comment on a pull request on cypress-io/cypress
Here are our migration docs for unmount: https://docs.cypress.io/app/references/migration-guide#React---unmount-Removed
mschile created a review comment on a pull request on cypress-io/cypress
We should probably just remove the `unmount` function entirely. I do wonder though if we should just expose `root`.
mschile created a review comment on a pull request on cypress-io/cypress
Hmm, since `unmount` has been removed, should we still be exporting [getContainerEl](https://github.com/cypress-io/cypress/blob/develop/npm/react18/src/index.ts#L83) here then?
mschile created a review comment on a pull request on cypress-io/cypress
Saw this in a couple places. Shouldn't the eslint react plugin be catching this?
mschile created a review comment on a pull request on cypress-io/cypress
Are we able to use [root.unmount](https://react.dev/reference/react-dom/client/createRoot#root-unmount) instead?
mschile created a review comment on a pull request on cypress-io/cypress
There's no dependency array here. Isn't this going to run on every re-render?
mschile created a review comment on a pull request on cypress-io/cypress
This comment seems misplaced/not sure it's really needed.
mschile created a comment on an issue on cypress-io/cypress
Hi @HalilAkduman 👋, right now there doesn't seem to be enough information to reproduce the problem on our end. Forking [Cypress Test Tiny](https://github.com/cypress-io/cypress-test-tiny) makes sha...
mschile pushed 1 commit to release/13.16.0 cypress-io/cypress-documentation
- docs: add defaultBrowser config option (#5991) 8ba5240
mschile closed a pull request on cypress-io/cypress-documentation
docs: add defaultBrowser config option
For https://github.com/cypress-io/cypress/pull/30517mschile pushed 1 commit to main alexsch01/cypress-documentation
- Update docs/app/references/configuration.mdx ed1b991
mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion | `defaultBrowser` | `null` | The default browser to launch if the "--browser" command line option is not provided. This option only affects the first browser launch; changin...
mschile created a branch on cypress-io/cypress-documentation
release/13.16.0 - Cypress Documentation for the Cypress App, API, Cypress Cloud, UI Coverage and Cypress Accessibility.
mschile created a comment on a pull request on cypress-io/cypress
@alexsch01, thanks again for the contribution! 🎉
mschile pushed 1 commit to develop cypress-io/cypress
- feat: added ability to specify the default browser in cypress config (#30517) 82f45c5