Kunal Tawatia
Kunal Tawatia
I looked into this issue and figured that [duration.go#overloads.TimeGetMilliseconds](https://github.com/google/cel-go/blob/90c32eeba0b5ed5b241ea61ca34085541628f678/common/types/duration.go#L200) and [duration_test.go#TestDurationGetMilliseconds](https://github.com/google/cel-go/blob/90c32eeba0b5ed5b241ea61ca34085541628f678/common/types/duration_test.go#L249) shall require the changes. If this issue is not assigned yet, can I take a stab at this? I...
Sure, that'd not be a problem. Curious, Is the change of name required to avoid regression, or are there any other reasons?
> @sashasushko just want some clarifications before i start working on this issue. Can values be any random string or it should have some optimal substructure ? Like `trigger/targets` can...
@sashasushko I think I could do this enhancement. Is this still available for assignment?
> @kunaltawatia i know that it has to be string, that's why asked for clarification regarding the structure. Any random string doesn't make much sense. I think you should have...