quisi.do

Results 52 issues of quisi.do

## Fixes error in IDE: ![image](https://user-images.githubusercontent.com/343837/148662599-4e0ca0ab-fb67-4913-93d7-48f86c6eabb6.png) ## Fixes error in CI: ``` /.../cypress/plugins/index.ts 13:3 error Unsafe call of an `any` typed value @typescript-eslint/no-unsafe-call ``` ## Workaround I've been copy-pasting this...

In order to merge Cypress coverage reports with other coverage reports, the [`istanbul-lib-coverage` module needs to be the same version](https://github.com/istanbuljs/nyc/issues/1226#issuecomment-554842393). Cypress, however, hard-locks it at `3.0.0`, when other packages correctly...

**Is your feature request related to a problem? Please describe.** I am running my Cypress tests in parallel via GitHub Actions, on multiple VMs. I want each tests coverage to...

I am concerned with how this scenario would be appropriately handled when relying on the context API to deliver the atom's state, as opposed to encapsulating the state in the...

### Describe the bug Installing `eslint-config-react-app` results in these two warnings: ``` ➤ YN0002: │ eslint-config-react-app@npm:7.0.1 [41989] doesn't provide @babel/plugin-syntax-flow (pc2f30), requested by eslint-plugin-flowtype ➤ YN0002: │ eslint-config-react-app@npm:7.0.1 [41989] doesn't...

needs triage
issue: bug report

### 🔎 Search Terms extends, custom, tsconfig ### 🕗 Version & Regression Information This feature worked in TypeScript 4.7.4, but does not work in 4.8.0. ### ⏯ Playground Link N/A...

Needs More Info
Needs Investigation