Chris Reeves
Chris Reeves
We wanted the same thing, we ended up using `reflect` to get the validation subject struct fields, extract their `json` tags to get the field name we want to return...
@asaskevich sure, I'll try and do it over the weekend 😃
@paroxp I didn't get to it last weekend but hopefully this weekend, it's just going to be documentation how how you could use reflection to get the `json`, `xml` or...
In the prometheus exporter in [open-telemetry/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusexporter) this metric fails to get exported due to this error: ``` { "level":"error", "ts":1659451541.6164072, "caller":"[email protected]/log.go:34", "msg":"error gathering metrics: collected metric runtime_uptime counter: should be...
Didn't get round to it then :stuck_out_tongue:
Any news on this? I also wanted to add options to an enum and it works perfectly for go but not ruby 😞 ```proto syntax = "proto3"; package some.package; import...
https://github.com/gofrs/uuid/blob/master/codec.go#L117 does not use error wrapping as my example above.
So what do you think @jaddr2line is it worth me working in a PR for it?
@theckman indeed and ultimately if the end-user is just printing `err.Error()` then the underlying behaviour is no different, there error string presented to the user in my example above is...
Sill willing to work on this if everyone is up for it :+1: