Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

In the meantime, I am using `declarations/sharp-phash.d.ts` as a workaround: ```ts declare module "sharp-phash" { import type sharp from "sharp"; type SharpImage = Parameters[0]; type SharpOptions = Parameters[1]; export default...

Cool! Shall I create a PR that adds `index.d.ts`? This will be a minor or a patch change (up to your preference). Refactoring everything to ts may be a bit...

Feel free to submit a PR with the feature! I’m not an expert in Angular, but I guess that the change will look similar to #15777 (by @sosukesuzuki).

👋 @gsdev01! Please follow the [issue template](https://github.com/prettier/prettier/tree/main/.github/ISSUE_TEMPLATE). It’s impossible to help based on screenshots because it’s unclear how to reproduce the issue. If you are looking for help with Prettier...

Postponing till I nail FlatConfig

Thanks for your contribution @skratchdot! I was about to add `repository` etc. to `package.json` files too, and I’m glad that I’ve discovered your PR first! This metadata is quite important:...

There might be an issue upstream: https://github.com/mdx-js/mdx/issues/2485

Downgrading to 9.1.0 seems to work. Possible cause of regression: https://github.com/pnpm/pnpm/pull/8058 (from [9.1.1 release notes](https://github.com/pnpm/pnpm/releases/tag/v9.1.1))