Xuanwo

Results 1643 comments of Xuanwo

> As a result, this issue cannot be resolved for now. We are looking forward to native support for subinterpreters in PyO3 soon. From what I understand, it's a long...

Wow, @erickguan, that's fantastic! I'm looking forward to working with you.

Hi, @aawsome, thank you for bringing up the issue. I've been considering this for some time but haven't found a way to integrate this feature into OpenDAL. Here are my...

> ExponentialBuilder.with_max_delay(max_dur) The `max_delay` is the delay for each `sleep`, but this feature requires a `total_delay` so users can ensure that the retry won't exceed the `total_delay`.

Hi, @Lablace. Thanks a lot for working on this. I believe the issue lies within the codebase itself, which refers to invalid features. We can remove that dead code if...

Hi, I have implemented https://github.com/Xuanwo/backon. ```rust use anyhow::Result; use backon::ExponentialBuilder; use backon::Retryable; async fn fetch() -> Result { Ok(reqwest::get("https://www.rust-lang.org/").await?.text().await?) } #[tokio::main] async fn main() -> Result { let content =...

Hi @seanmonstar, thanks so much for kicking this off—I'm really interested in this work. Just one quick question: Will we be using a struct called `RequestConfig`, or are we thinking...

> Probably individual types. At least that's my gut feeling. What do you think? If we use individual types, we’ll need to introduce several configuration-related types and an additional trait....

icebergcli is great, but as we discussed offline before, the name itself might be confusing. Users could mistake it for an official product provided by us and may submit numerous...