organization · inferred from evidence
CrunchyData
An organization maintaining the bridge-cli tool.
- cb login fails in a Devcontainer: error: Error executing process: 'command': No such file or directory
This was a bug in the brew-installed cb binary when run inside a container, fixed in v3.4.4, so upgrading is the cleanest fix. If youre stuck on an older version, two workarounds from the maintainer: create an API key in the Crunchy Bridge
- cb psql terminal goes fuzzy and breaks the REPL on PROMPT1
The fuzzy REPL was a rendering bug in cb psql 3.4.1, fixed in 3.5.1, so upgrading is the fix. If you need to stay on the old version, the workaround is to simplify your psql PROMPT1 so it renders on a single predictable line, the reporter u
- cb psql: SIGWINCH and terminal size are not propagated, input wraps wrong
cb psql wasnt propagating SIGWINCH, so after a terminal resize it kept the old size and mangled line wrapping. The maintainer reproduced it and shipped the fix in v3.5.1. Upgrade to 3.5.1 or later and the resize handling works. The reporter
- Does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)
brew was shipping the x64 cb binary on arm64 Macs, which then crashed with an invalid instruction. The maintainer fixed the formula and confirmed the fix in v3.5.1. If you still have a broken install, just reinstall: brew reinstall CrunchyD