Rewinding time with rr & Rust to debug a terrible error message
Yesterday morning, I was confronted with a truly terrible error message from a Rust program I was developing: $ cage up --init ... Error: error getting the project's state from Docker ExpectedError("Object", "null") The first part of that error message comes from cage (our open source tool
Read more