Problem
We've recently had an incident where the bindings server under https://bindings.krzeminski.it/ was down or unstable. Because of this, the users experienced CI failures and couldn't develop the workflows.
Proposed approach
Let's add a mode where the logic detects that the remote server is down, and a local instance of the server is started. To start with, it should be an opt-in feature, but in the longer run, we can make it the default behavior.
Let's build a PoC first: #1766