Results 1407 comments of Nutomic

Added `debug` but it doesnt show any extra info.

This could be implemented with a separate column `resolved_locally`.

That one doesnt have audio support. But maybe thats better as the current audio captcha is apparently not randomized and is probably easy to decode automatically (https://github.com/daniel-e/captcha/issues/27). If we add...

Reopening as its a valid issue, and contributions are welcome.

I also think the issue should stay open, there is enough time to implement it after 2 or 3 years. Then maybe someone will come across it and implement it....

It makes sense to block communities from a given instance, as well as blocking users. At the moment only the former is implemented as `instance_actions.blocked`, but the latter can also...

@PyroGenesis You need to block the instance under `/admin` to disable federation with it.

pgformat is only a formatter (like `cargo fm`) but it doesnt have any lint rules.

Here is the output from squawk on a single migration ``` $ npx squawk-cli migrations/2025-09-19-090047_notify-mod-action/up.sql warning[require-timeout-settings]: Missing `set lock_timeout` before potentially slow operations ╭▸ migrations/2025-09-19-090047_notify-mod-action/up.sql:2:1 │ 2 │ ┏ ALTER...

Tried to write a `.squawk.toml` by disabling rules we dont need, but it really looks like every single warning is irrelevant for us. Here is the file: ```toml assume_in_transaction =...