Alexander Kachkaev
Alexander Kachkaev
I'm using `jms/di-extra-bundle` in a symfony project and get it via composer with `--prefer-dist` option. This type of installation also grabs the tests, which causes eclipse PHP builder to flag...
👋 @chrisands, great plugin! Sorry if I’m repeating someone else’s question but I wonder if it is possible to support these two autocompletion sources: 1. CLI commands added by installed...
I'm planning to to use the same eslint rules in a few projects and I would like to extract them into a separate node module (just like [airbnb has done](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb))....
It would be nice if one could pass an outline parameter to the function, containing minimum distance between the element and its scrollable parent border. ``` javascript // If possible,...
MDX 3
MDX 2 was released on 1 Feb 2022: https://github.com/mdx-js/mdx/releases/tag/2.0.0 **UPD:** MDX 3 was released on 24 Oct 2023: https://github.com/mdx-js/mdx/releases/tag/3.0.0 The changes are summarised in the blog post: https://mdxjs.com/blog/v2/ **UPD:** https://mdxjs.com/migrating/v3/...
Blocked by - ~https://github.com/import-js/eslint-plugin-import/issues/2132~ - **Limited ESM support in Yarn PNP** Running `cd cli; yarn node ./cli.js` works only with `nodeLinker: node-modules` in `.yarnrc.yml` https://github.com/yarnpkg/berry/issues/3843
**Context:** - Playwright Version: 1.24.2 - Operating System: macOS 12.5 - Node.js version: 16.16.0 - Browser: Firefox **Code Snippet** ```javascript import { chromium, firefox, webkit } from "playwright"; for (const...
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** `test.concurrent` does not produce correct test durations. See MVP in https://repl.it/@kachkaev/concurrent-test-durations-in-jest **What is...
### In scope: - Fix #204 ([CVE-2021-23362](https://nvd.nist.gov/vuln/detail/CVE-2021-23362)) - Replace `require("read-pkg")` with `await import("read-pkg")` because [`read-pkg@v6` is `esm-only`](https://github.com/sindresorhus/read-pkg/releases/tag/v6.0.0) - Upgrade `eslint` from `^4.19.1` to `^6.8.0` and replace `"eslint-config-mysticatea": "^12.0.0"` with `"@mysticatea/eslint-plugin":...
We are using `npm-run-all` and are seeing this security alert since this morning: [CVE-2021-23362](https://nvd.nist.gov/vuln/detail/CVE-2021-23362). It is introduced via: `[email protected]` ↓ `[email protected]` ↓ `[email protected]` ↓ `[email protected]` Looks like upgrading `read-pkg` to...