Raz-Hemo
Raz-Hemo
Update: Looking at vulkano's code, this seems to happen in `command_buffer/base/synced/base.rs`, specifically in line 950. As far as I can tell the buffer and image are conflicting sometimes, but beyond...
+1 This is super annoying and preventing us from moving forward with a project which needs `google-cloud-bigquery`, which depends on protobuf 4, unless we ditch opentelemetry.
This actually seems to be the exact same problem as in here: https://github.com/mehcode/config-rs/issues/126 I think there's a test case for this in there (but for TOML)
I've implemented a small sample to help people who also stumble on this problem. Would love this to be a simple flag inside the `#[cached]` macro though. ```rs fn stuff_wrapper()...
Actually went and made a quick reference implementation for use at work, i would love to hear feedback and maybe merge this upstream if possible :) https://github.com/jaemk/cached/pull/177
It seems that ParseError's internal field of type `ParseErrorKind`, probably intentionally: https://github.com/chronotope/chrono/blob/614ec8766947620481e2f986ca86ed9de1824c3b/src/naive/date.rs#L2144) Which means it doesn't show up in the documentation. Shouldn't this be public to allow better handling of...