tool · inferred from evidence
bridge-cli
A command-line tool, also referred to as cbcli in the context.
- Latest nixpkgs breaks cbcli build: undefined method 'wait_readable' for TCPSocket
How to fix: Latest nixpkgs breaks cbcli build: undefined method 'wait_readable' for TCPSocket. The nix build broke because the flake pulled Crystal 1.15, which removed something the old vendored ssh2 code relied on, hence the undefined meth
- Latest nixpkgs breaks cbcli build: undefined method 'wait_readable' for TCPSocket
The nix build broke because the flake pulled Crystal 1.15, which removed something the old vendored ssh2 code relied on, hence the undefined method wait_readable for TCPSocket. The maintainer said locking the flake to Crystal below 1.14 was
- Does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)
Teaches the verified fix from a real crunchy-bridge support thread: does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)
- cb login fails in a Devcontainer: error: Error executing process: 'command': No such file or directory
What this covers: I was setting up the Crunchy Bridge CLI inside a VS Code Devcontainer on Debian bullseye. The fix that worked: This was a bug in the brew-installed cb binary when run inside a container, fixed in v3.4.4, so upgrading is th