Teju Nareddy

Results 118 comments of Teju Nareddy

Hey! Yes, we could check the file extension but that won't tell us if there's a syntax error in the actual file. For example, `json` file could be formatted because...

Nope, I think that is it! If you wanna make some UI mockups and post them here for feedback, feel free to. Otherwise you can just go ahead and create...

Hey! That looks pretty nice. That does deviate from our intended look a bit, specifically because it changes the popup from being vertical to horizontal. I personally think it makes...

Well, I published the package: https://pub.dev/packages/traced_cache_manager Let me know if there's anything that can be improved. Feel free to close this issue if you have no comments.

For the ESP on GKE tutorial linked by the reported, it asks you to use `gcr.io/endpointsv2/python-grpc-bookstore-server:1`. But the issue description above uses `gcr.io/process-mining-gke/bookstore-grpc-server:latest`. @aruns99, could you clarify where you got...

@tmatsuo tag 2 is for some serverless ESP tutorials (cloud run, cloud functions, etc.). We kept tag 1 as is for the GKE tutorial. `gcr.io/endpointsv2/python-grpc-bookstore-server:1` is the correct one for...

I see, yes that is a good point. We plan on launching ESPv2 for GKE soon, so I'll update this doc and tutorials with the env var so it works...

I have not had a chance to work on it. Have not prioritized it because it's nice to have, but everything works as expected if you follow the documentation.

Unrelated to the question you asked, but one thing stuck out to me in your architecture: > My goal is to make the function internal only Can you clarify what...