GalBezalel-RecoLabs

Results 1 issues of GalBezalel-RecoLabs

Say I've compiled: `class Priority(betterproto.Enum):` ` PRIORITY_LOW = 0` ` PRIORITY_MEDIUM = 1` ` PRIORITY_HIGH = 2` Accessing the string value of each instance (which is defined by `.toString()`) is...

enhancement