Mohammad Ataei
Mohammad Ataei
Hey, I'm writing a plugin that extends the built-in variants like `active`, `checked` and etc. ```typescript plugin(({ addVariant }) => { addVariant('active', ({ modifySelectors }) => { return modifySelectors(({ className...
This PR adds [cypress-vite](https://github.com/mammadataei/cypress-vite) to plugins page! The `cyrpess-vite` is a cypress preprocessor that compiles specs using vite. It enables users to use the same vite configuration both for development...
### Clear and concise description of the problem With default exports, editors/IDEs can not suggest auto-import for icons. ```tsx // ^? TS2304: Cannot find name 'IconAccountBox'. ``` So you need...
Scramble ignores the additional collection data (i.e. insight), I think because of paginated response annotation. ```php class UserController { /** * @response AnonymousResourceCollection */ public function index(Request $request) { return...