Arend van Beelen jr.
Arend van Beelen jr.
### Environment information ```block OS: Arch Linux Rome: v11.0.0 ``` ### What happened? I’m trying to set up the Rome Language Server with the Helix editor. While everything seems to...
In this branch I track changes to make `bevy_tweening` compatible with Bevy's `main` branch, which will become 0.13.
React version: 18.2 ## Steps To Reproduce 1. Use the `useState()` hook. * For example: `const [count, setCount] = useState(0)` 2. Create a function that directly uses the setter. *...
### Description Based on the original discussion in the [PR for the `noNestedModuleImports` rule](https://github.com/rome/tools/pull/4638), I will start working on a new rule called `useImportRestrictions`. This will be done in several...
From regular promise handling, I'm used to exceptions in the `then` handler being caught and handled in the `catch` handler. Does this also work with the `success` callback of redux-pack's...
This rids us of the magic `DEFAULT_FILE_NAME` constant. Places where the absence of a file name should be considered have their types changed from `String` to `Option`. **Be careful merging...
## Description This issue will act as the hub for tracking the GritQL formatter as it gets built out. Listed here are all of the different pieces that will need...
## Description This umbrella is part of our efforts to implementing a [Grit runtime](https://github.com/biomejs/biome/issues/2461). The first goal of this issue is to get to a point where `biome search` can...
## Description In order to run GritQL plugins in Biome, we need to implement a Grit runtime. We will showcase the ability of our Grit runtime using a relatively straight-forward...
### Description The `biome search` command will be functionally similar to `git grep`: Where `git grep` uses regular expressions to search through all files in a Git repository, `biome search`...