Closed mrtnlrsn closed 1 month ago
Good Catch! I'm fairly confident this is the fix, can you :eyes: and make sure that looks like what you are thinking? If so I'll merge and cut a release tomorrow
Good Catch! I'm fairly confident this is the fix, can you 👀 and make sure that looks like what you are thinking? If so I'll merge and cut a release tomorrow
43
Seems to work except for https://github.com/dfpc-coe/node-CoT/issues/44
Hi Thank you again for the nice library and fast support.
There seems to be an error in handling of the group property. According to you typing it should be in
__group
, but it is actuall ingroup
.Probably because the protobuf field is named
group
while the xml specifies__group
. I think__group
would be the most correct, but as long as the types matches implementation I am happy.Example:
References: https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/blob/master/takproto/detail.proto https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/blob/master/takcot/xsd/details/__group.xsd