Anton Khitrenovich
Anton Khitrenovich
Please consider adding `module`, `types` and `workspaces` to the default order of properties (closer to the top).
The fix for broken `insert` option (#264) was merged on May 30. Please release it as a fresh patch to NPM. Thank you!
### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...
We are using this action in many workflows to notify about success/failure, and it works reliably. Now we want to add a notification about a pending workflow that [requires manual...
API docs state that `cy.clearLocalStorage()` yields `null` and cannot be chained. From https://docs.cypress.io/api/commands/clearlocalstorage#Arguments: Yet, samples site demonstrates that `cy.clearLocalStorage()` yields local storage object that can be queried, and we actually...
When reporter is set to record video per test and keep videos for failed tests only, it may crash with `ENOENT` error when `it` has no content (for example, still...
This is what I see during `yarn install` - ``` warning "workspace-aggregator-... > ... > @okta/[email protected]" has unmet peer dependency "@types/react-router-dom@^5.1.6". ``` IIUC, Okta-React v5 router-independent, so this dependency seems...
This change broke ~1/4 of our screenshots. I think it at least deserves being mentioned in the release notes (and I'd argue it should not have been released as a...
I'm upgrading `eslint-plugin-mocha` from v10.5 to v11.2 (latest). I run into the following error locally - ``` TypeError: Key "rules": Key "mocha/no-skipped-tests": Could not find "no-skipped-tests" in plugin "mocha". ```...
### Problem When `TS_NODE_PROJECT` environment variable is defined, the config path will be detected incorrectly and the plugin will not work. The `configFile` configuration parameter will be ignored even if...