Denys Bondarenko
Denys Bondarenko
### Reporting an issue - [x] Verify that you've looked through existing issues for duplicates before creating a new one - [x] Code sample reproducing the issue. Be sure to...
It seems, make sense to extend the `lodash` functionality with the function which checks is the value is [primitive](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) or not.
There is an issue with typescript usage. - "typescript": "^4.9.5" - "jest": "^29.1.2", - "ts-jest": "^29.0.5" _tsconfig.json_ ```tsconfig.json { "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "Node", "lib": [ "ESNext",...
### Describe the bug There is an issue with importing '@solidjs/router' in ts file during test execution. I've been trying to adjust jest config ```js const config: Config = {...
It been a while since I experienced the annoying "Status 503" error:  OS: Ubuntu 22.04 Client: Gmail (browser chrome) Extension config:  I didn't notice any problem with functionality,...
https://github.com/microsoft/TypeScript/issues/36146#issuecomment-1429503191
It's impossible to use this module with TypeScript in strict mode. Despite the above, there are no declared types for the module.
### Clear and concise description of the problem Vitest's retry option re-runs failed tests but lacks a configurable `backoff` strategy. Specifically, when testing against rate-limited APIs. 1. **Exceeding Rate Limits:**...