You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open binary files in binary mode and do not encode them (#829)
* open binary files in binary mode and do not encode them
* reveal base64 string if binary data, otherwise decode
* fix linting, use raw data if binary for all cases
* handle None MIME type as non-binary
* provide --binary command line parameter
Co-authored-by: Ricardo Amaro <[email protected]>
0 commit comments