Sunny Gupta

Results 36 comments of Sunny Gupta

@douglas-reid I have a placeholder in the adapter developer guide for this purpose. Do you think the fix for this bug will be adding a section there this is what...

So, @ozevren and I chatted about this a bit. Until we have support for first class enums in CEL where enums can be written as named things, we can ask...

Hmm... As long as template writers don't change the name of the Enum values we can even go with strings. template ``` enum Color { RED, GREEN, BLUE} message Template...

I think so. We currently load every entry in config as string. Once we have real enums working in expression parser we can do something like this in the generated...

For #1 : yes #2 : Name is reserved, so we can add Name to Type. Curious: What is the need for a Name in Type ? The map we...

@mandarjog FYI Chatted with @ZackButcher on this. 1. Adding Type.Name can be added later post 0.2 2. Having shared Types is not supported right now, therefor adding Type.Name along with...

This has been moved to 0.3, we don't need to do anything more for 0.2.

We need to add Name to Type too. I need to fix that.

chatted with @ZackButcher, the Build is called during config path, so our current workaround to pass context.Background is not that bad.