Xuanwo
Xuanwo
> Can you point me to a type in OpenDAL that implements `AsyncRead` where you might like to include `poll_read` in frames? Sure! Here is the code where we added...
> I'm experimenting with approaches on the `more-frames` branch: https://github.com/tokio-rs/async-backtrace/tree/more-frames Cool! I will give it a try. > This is fine for `AsyncRead` (which requires that its receiver is pinned),...
Hi @jswrenn, thanks for your work! This solution works for us. However, we've migrated to an `async trait` design and no longer need this feature.
Should be fixed by #140 (at least it works)
Implemented.
Blocked by https://github.com/apache/incubator-opendal/issues/2563
We can allow accessing s3/gcs from browser
Some blocks: - ureq: we need to find a replace for ureq related API. - maybe we need to call: https://docs.rs/web-sys/latest/web_sys/struct.Request.html - web_sys::RequestInit is not send ``` note: future is...
We can use https://docs.rs/tokio/latest/tokio/task/struct.LocalSet.html for JsFuture