Ravi
Ravi
@ptman error interface is generic. Just `Error()` doesn't let me know exact what happened and can we handle it and what specifc msg we need to show to client. Even...
I didn't find any reference to context.Context in their code (any import). So just a quick guess, maybe their introspection throgh reflect giving inner values. I will try later to...
Tried `litter.Options{HidePrivateFields: false}.Dump(ctx)` with http.Request Context, and it started spewing values infinitely. I think there may be circular ref which its following and never stops.
Yes it works with that option lowered. Thanks @gordol