I'm writing a PowerShell module implementing the VRM API.
Until now, I found 2 bugs with the API concerning the formatWithUnit values. One is %d instead of %s because there are enum values with strings. The other one is % which seems inconsistent.
How to report them ?