criskell

Results 7 issues of criskell

Hello, how I can use this plugin with Vitest Workspaces? One issue I'm facing is reading the relay configuration located in each workspace. Currently the plugin reads the configuration from...

Hello! How I can use this plugin for watching multiple targets? I want to watch when `dist` directory changes and when a file at a specific path changes too. How...

How can I use my own validation rules based on the ideas in this PR? https://github.com/encoredev/encore/pull/1621 What do you think about this way? ```ts declare const customValidator: (input: string) =>...

### HeroUI Version @heroui/[email protected], @heroui/[email protected] ### Describe the bug The `extendVariants` typing tells us that it is possible to pass a `slots` option to override each possible slot of the...

### HeroUI Version @heroui/[email protected] ### Describe the bug After upgrading from @heroui/[email protected] to @heroui/[email protected], TypeScript doesn't list the custom variants I created. ### Your Example Website or App _No response_...

🐛 Type: Bug

Hello, I'm using the CLI in version `48.8.2` with bun. I would like to know how to disable type checking when using the Elysia runtime. I've already set the `noEmitOnError`...