Eric Woolsey

Results 136 comments of Eric Woolsey

Any updates on this? I'm trying to build a cosmos-ledger library and running into a wall. I need to be ale to convert an Any into JSON to display on...

As a side note, is there currently any workaround I can use to get this functionality? I've been trying for an hour or two and I can't seem to come...

Yes sorry I wasn't completely clear, I don't need to convert to json for Any, but rather for all of types that are Msg. Even just ```#[derive(Serialize)]``` would work for...

Gotcha, so am I stuck with re-deriving all the Msg structs myself? Or do you see another way for me to achieve that?

> I just ran into this. I have two #[serde(flatten)] fields that were working and it took me a couple hours to figure out that it was the addition of...

So, I gave this a quick shot. I'll post below, but long story short it seems impossible with the current `opentelemetry` api. 1. Not all `metrics` trait methods for counter,...

Anyone know if there are plans to implement this? It looks like it should be pretty easy. A basic implementation looks like this ```rust // New error type encapsulating the...

Commenting here to mention that I have also run into this problem. Would love to see a fix for this, Should be fairly straightforward I imagine.

> Hi @ewoolsey, #178 is a potential fix. Although, as highlighted in there, I believe a different approach should be considered. An approach that, in-turn, won't be a simple fix....

Unfortunately because I'm dealing with a large library that implements JsonSchema on all its types, I'll have to wait for a new release on crates.io :/ Really appreciate the info...