Frequently Asked Questions¶
Why is the formatter so opinionated?¶
We know the linter can be annoying. First off, we're sorry it's annoying! But it's in place for good reasons. On the technical front, Starlark is a language with syntactically significant whitespace. That means if the indentation is incorrect, it could change the meaning of your code. On the practical side, having consistent formatting makes it easier for everyone to read and review code.
The good news is you can fix formatting errors automatically! To automatically fix format issues, run the following:
When will my app be available?¶
When new apps are merged in the apps repo, they get released to all users immediately. New apps get announced on Discord.