ColorFilter

Results 6 comments of ColorFilter

> Facing the same issue I decided to [write my own using Dart](https://github.com/techouse/alfred-stackoverflow) and compile it to a standalone native binary. The binary is signed and notarized by Apple. It...

The following configuration uses typescript-eslint, eslint-plugin-react, eslint-plugin-react-hooks, and eslint-plugin-prettier(eslint-config-prettier). It works well: ```js // @ts-check import globals from 'globals'; import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; import { fixupPluginRules...

same for me

> The issue is because TypeScript resolves either `index.d.ts` and `index.d.cts` depending on who imports it. This is why [people should stop exporting dual-module packages.](https://github.com/GeoffreyBooth/dual-package-hazard?rgh-link-date=2025-05-25T05%3A52%3A23.000Z) > > I fixed it...