Is there a way to present a hex value not as string in the UI/debug display? In python you can get hex presentation in a dictionary without quotes, for example:
CPU implementer: 0x41
CPU architecture: 7
But in the NR UI/debug view you get the following:
CPU implementer: "0x41"
CPU architecture: 7
Is there a way to get the hex value to not be presented as an explicit string in the NR UI/debug view? I know it is cosmetic, but to my 'python' mindset... looks... goofy.