Alexander Kachkaev
Alexander Kachkaev
I managed to find an alternative solution to using a docker image. @Nixinova ported linguist to JavaScript, the source is here: https://github.com/Nixinova/Linguist. The npm package is called [`linguist-js`](https://www.npmjs.com/package/linguist-js). So now...
I just saw that a link to this plugin [is being removed](https://github.com/prettier/prettier/pull/6255) from the website and ended up in this discussion. Those who are interested in accessing [Black](https://github.com/python/black) via Prettier's...
The apps I’m referring to use `@our-team/lint` as a dev dependency. This module contains eslint, prettier as well as custom rules. The idea is that it’s installed in one go...
I'm not very strong in my opinion. However, given there are a few 👍 , others seem to be in the same situation too.
Rule `import/no-unresolved` raise false positive when there is no `main` field in the `package.json`
I have just upgraded a [side-project](https://github.com/kachkaev/tooling-for-how-old-is-this-house) to ESM – it consists of data-processing scripts and a Next.js app for data visualisations. Everything seems to be working with `"type": "module"` in...
Sounds exciting @raineorshine! I just tried v8.0.5 and could not find `--target semver`. What’s the option to upgrade to the latest available version within the given semver range? (e.g. `^1.2.3`...
@gruckion I've tried to patch `peerDependencies` in a transient dependency, but this has not resolved the issue. Project: https://github.com/kachkaev/njt (updated Yarn to 4.0.0-rc.23 in [dc55c6ad](https://github.com/kachkaev/njt/commit/dc55c6ad22955a78603ee2e3ce7e45bbf5406af9)). Original problem: ``` root-workspace-0b6124@workspace:. provides...
Same problem here on two M1 MBPs after upgrading to macOS 12.5. I can’t use a workaround because “Allow smooth resolution scale“ is disabled in BetterDisplay settings. (it remained disabled...
Ah right, how could I miss that part of the text? 🤦 😅 I followed your suggestion and it did the job – big thanks for your reply and support!...
Same problem here when attempting to upgrade from Yarn 1 to Yarn 4 RC (Berry): https://github.com/blockprotocol/blockprotocol/actions/runs/3274094581/jobs/5387403013#step:8:17 ``` ℹ ABORTING lockfile lint process due to error exceptions Unable to parse yarn...