Micha Reiser
Micha Reiser
> Feels a little bit like I'm optimizing prematurely given that number literals are rarely long, but it's been kind of fun so whatever 😅 That's awesome that you're enjoying...
> Since this appears to be inactive, I'm trying this one out to write my first lint rule, let's see how they are written in Rome :smile: Go for it!
!bench_formatter
!bench_formatter
Surprisingly, this seems to be consistently slower.
From the `rage` command I can see that the Rome server used by the LSP must be older than the 10.0 version as it doesn't support the rage command. Can...
> npx rome rage does seem to show it successfully using v10.0.0 of the CLI, but I'd have to manually redact the full output before sharing. You can share the...
I wonder if we can find a good balance between hinting users towards using `rome format . --write` and not distracting users that run the command as part of their...
Thank you @Rawnly for creating the schema. I'm unfamiliar with how editors detect a JSON schema. How does the editor know where to look up the document? We already generated...
[This article](https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html) goes into the details about why this might be a problem.