markh123
markh123
Can we treat `null` the same as `undefined` when creating protobuf message objects? Something like the following diff: ``` --- a/packages/runtime/src/reflection-merge-partial.ts +++ b/packages/runtime/src/reflection-merge-partial.ts @@ -29,20 +29,20 @@ export function reflectionMergePartial(info:...
Can we treat `null` the same as `undefined` when creating protobuf message objects? Something like the following diff: ``` --- a/packages/runtime/src/reflection-merge-partial.ts +++ b/packages/runtime/src/reflection-merge-partial.ts @@ -29,20 +29,20 @@ export function reflectionMergePartial(info:...
Can we treat `null` the same as `undefined` when creating protobuf message objects? Something like the following diff: ``` --- a/packages/runtime/src/reflection-merge-partial.ts +++ b/packages/runtime/src/reflection-merge-partial.ts @@ -29,20 +29,20 @@ export function reflectionMergePartial(info:...
Checklist: * [ ] I've included steps to reproduce the bug. * [ ] I've included the version of argo rollouts. **Describe the bug** We use canary deploys via argo...