Rajeev N Bharshetty

Results 18 comments of Rajeev N Bharshetty

@petermbenjamin Your ideas on implementation makes sense, Lets go ahead with it. ```Are you planning on doing the same for non-ASCII languages (I think Russian Cyrillic is the only one...

@petermbenjamin Let me know if you are still planning to work on this issue. Someone else can pick up.

Can we alphabetically sort them ?

@rShetty This has not been well thought yet, but we would need a way to actively check for failures from downstreams and fallback to a user configured standard fallbacks. Needs...

@RajatVaryani Sure go ahead, thanks

@RajatVaryani The plan was that since we have tight dependency to config package from other packages with some packages needing to depend on a global object in config package, it...

Thinking something on these lines,`NewHTTPClient(timeout, opts)`, by default the stats integration would be false, but if `opts := Options{Stats: true}`, then it should be enabled

@sohamkamani Can you help pick this up plz ?

@sohamkamani Makes sense to have a plugin system, IMO