Nicky McCurdy
Nicky McCurdy
The title now shows as Dokai, Tecelão da Vida.
I wonder if there's a way to determine how much this would affect the perceived color space programatically?
There's also [source.json](https://github.com/evilmartians/harmony/blob/main/source.json), which you could either use as a reference directly or parse to render whatever you want.
> 1. Can you explain more about this version syntax? I’m pretty sure “corepack enable will work with nearly all versions of Yarn. Oh sorry, I see what you mean....
This should be solved by #531
Doesn't that still fail when files are unformatted? And either way, I still like the idea of only having to add a single command to `package.json` scripts because this use...
Alternatively, I would prefer to have `--write` as the default normally and `--list-different` as the default in CI when paths are given without either flag. If neither flag nor any...
> Even though most users will just always add --write to the command because they never run Prettier without it, we still want new users to have a "safe" experience...
In my opinion changing the behavior on CI would lead to less confusion, since `--write` isn't well suited for CI environments. Most CI services will not commit code after it's...
Prettier now supports `.` which makes CLI configuration much simpler. While having a separate script is simpler now, it's still possible to forget that it works differently in CI and...