Vladimir Atanasov
Vladimir Atanasov
Absolutely @davewalk , go for it
Hey @puellanivis, I stumbled upon this issue while implementing the DescribeConfigs API [here](https://github.com/IBM/opentalaria/blob/main/protocol/describe_configs_request.go#L13). The spec states `The configuration keys to list, or null to list all configuration keys.` for the...
@dnwe it's probably worth it adding a code comment as to why a double cast is needed. I had already forgotten about this use-case. Someone looking at this code in...