Harshit Verma

Results 47 comments of Harshit Verma

@JaDogg are we continuing development with Angular ? aren't we shifting UI to ReactJs ?

@beevee I see two issues here: 1. When variables/states are undefined, `t1 > 10 ? ERROR : WRONGSTATE`. 2. When ternary expression syntax is wrong.

And to be generic about second point, `t1 < 10 ? ERROR` is passed

@beevee apart from these two, I think others are properly handled by `expression.go`. In fact, I have performed some erroneous tests, only the above ones passed without any issue.

@idoqo are you working on this ?

@litleleprikon can i pick this up ?

@beevee what i understood is : 1. `roundToMinimalHighestRetention` is a kind of ceil of function. 2. `RoundToNearestRetention` is kind of floor function. So does it meant to be merged to...