Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Open
Labels
Description
Description
Dumper does not render binary ID properly. In the#61141 issue there is proposal to convert binary data as withutf8Encode()
method
Example of such IDs in the dumps:
b"\x01•Š=…\eGo\x01…çï9D;è"
Proposal is to convert them to
b"0x01958a3d851b476f0185e7ef39443be8"

Example
No response