VCR cassette responses often get saved as binary instead of a human-readable string. This makes inspecting the content difficult and depending on the VCR configuration, cassette matching impossible.
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
I have a string of 1s and 0s that represents a binary number (e.g. '00101101'). How would I convert that to an actual num? If I use int(), Python assumes decimal and creates a number that's much, much ...