Aliaksei Sapach

Results 14 issues of Aliaksei Sapach

https://github.com/yeoman/configstore

enhancement

When `write-file-atomic` is used by multiple processes (e.g. in `worker-farm`) it can run into a race condition where the same file is being written/renamed concurrently. On Windows it causes the...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** `expect().nothing()` is a valid statement, but is being reported by `expect-single-argument`: > Expect...

fixes #174 The fix makes sure that `expect()` is being used as part of a `MemberExpression`.

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** `expect-matcher` rule doesn't detect the missing matcher inside arrow function expression: ```js it("test",...

When following the installation steps the `swizzle` script runs into an error: ```sh npx create-docusaurus@latest my-website classic ... cd my-website npm i docusaurus-lunr-search --save npm install npm run swizzle docusaurus-lunr-search...

**Is your feature request related to a problem? Please describe.** `dnd-core` depends on an old version of Redux. The new version has been out for a couple of months: https://redux.js.org/usage/migrations/migrating-rtk-2...

Update Jasmine to the latest version. Closes #333