arpad voros
arpad voros
This is still the case for me as well. Would be cool to use if it worked
+1 Have never had this issue for the past 2 years. Even reverting to old versions of the extension doesn't fix this. According to [Cargo Book: Profiles](https://doc.rust-lang.org/cargo/reference/profiles.html) the format below...
@panekj According to [https://doc.rust-lang.org/cargo/reference/profiles.html](https://doc.rust-lang.org/cargo/reference/profiles.html) this schema has not changed. I am still using Rust 2021 edition with 0 changes to my project. Even for Rust 2024 edition this seems to...
@panekj Or I think I understand what you mean. Cargo.toml schema has not changed, but there are changes within `SchemaStore/schemastore` repo. If so, then yea that must be reverted /...
For me, `39460faa601f33e114271ad513ad5162c2e57bbf` works too, the commit right before [https://github.com/SchemaStore/schemastore/commit/e0ac0b8b8490958f08c8f66ae2833d29cc184f56](https://github.com/SchemaStore/schemastore/commit/e0ac0b8b8490958f08c8f66ae2833d29cc184f56)
Ultimately agree with your sentiment. The last thing I want is to be misleading for the sake of convenience, and `MapCoords` looks promising despite the overhead Can close, but can...
@seanmonstar This is causing: https://github.com/tokio-rs/tracing/issues/3223#issuecomment-2771038993 Took me a while to track this down. But reverting this change solves this issue. If you are interested in resolving this, I can think...
@joshka I completely agree. It's an extremely unfortunate sequence of events that: * `reqwest` (and other dependents of `hyper-util`) use the client / legacy client features in `Cargo.toml` * both...
Hey, I am by no means a Rust expert and don't fully understand the complexity of this issue, but have there any steps toward a resolution for this? I would...
https://github.com/arpadav/tracing-span-bug/ Made this, showcasing this issue