Ridem

Results 5 issues of Ridem

Not very important as the `clear` action can be debounced easily by the user, but for the sake of completion, could `clear` also have a debounce option? If save is...

bug

### Version 5.24.2 ### Describe the bug _Note_: Happy to submit a PR for this issue The utility type `RequiredParams`, with its use of `Permutation`, makes our Typescript server crash...

bug

The rules in production are slightly different for css modules: ``` { test: /\.css$/, exclude: /\.module\.css$/, loader: [Array] }, { test: /\.css$/, loader: [Array] }, ``` In the dev environment,...

This would basically mean replacing: ```js SomeCommand.flags = { projectId: flags.string({ char: 'p', description: 'Forest project ID', required: true, }) }; ``` with ```js SomeCommand.flags = { projectId: flags.string({ char:...

enhancement

Hi, Thanks for your work on Biome! Just wanted to raise a regression on the way v2 tag treats nightly versions. We're using the `biomejs/setup-biome@v2` action, with the last released...

has workaround