tison
tison
When building [`fastimer`](https://docs.rs/fastimer/*/fastimer/) I realize that with a very simple trait: ```rust pub trait MakeDelay { // Timer /// The future returned by the `delay`/`delay_until` method. type Delay: Future +...
... also sync `Container `should reuse `ContainerAsync`'s drop impl. This resolves https://github.com/testcontainers/testcontainers-rs/issues/742. cc @DDtKey @the-wondersmith
https://github.com/apache/opendal/blob/1c771663c4c1fe285075d1a435bae3453cb1af2b/website/plugins/image-ssr-plugin.js#L78-L86 https://github.com/apache/opendal/actions/runs/18396491657/job/52417545045?pr=6640 It takes several minutes to download. Typically, it should be a few seconds. cc @kingsword09 @Xuanwo
We have this info when constructing, it's one of field provided by `core::panic::Location`. Or even we can provide the `Location` as a field of the Record to make the fields...
Hi @KodrAus @Thomasdezeeuw, According to the following code: https://github.com/rust-lang/log/blob/6e1735597bb21c5d979a077395df85e1d633e077/src/__private_api.rs#L81 https://github.com/rust-lang/log/blob/6e1735597bb21c5d979a077395df85e1d633e077/src/__private_api.rs#L103-L105 Given that `Record` already conatins all refs in their fields, and we have an owned value at the caller side,...