Xuanwo
Xuanwo
> @Xuanwo I'm interest in this, how we should start? We don't yet have a clear implementation strategy. Please conduct some research and initially propose your design. Then, we can...
> I think that is an interesting use case and might be a viable addition to oli CLI tool. Yep, this is exactly why we want to build [`ofs`](https://github.com/apache/opendal/issues/3782). `ofs`'s...
ofs is under development :rocket: !
I can't read the logs posted in comments, so I don't know what happened yet. Here are ideas I have: - Enable `keep_alive` and other http settings for opendal like...
Please ping me when this happen again.
> Can we add the vectored methods like futures api? Incorporate vectorized methods, yes. However, it's unlikely for the futures API to be included as is. The existing futures API...
Interesting, thanks a lot for the feedback. We will take a look
Hi, @threkk, I played with deno a bit and find out the deno could hang on our next async call. ```js import { Operator } from "npm:[email protected]"; async function main()...
Thank you @Zheaoli for the debugging help! It appears that Deno has some compatibility issues with `napi-rs`. Perhaps we should create a minimal reproduction case to report to the Deno...
This is an ongoing RFC related to this: https://github.com/apache/opendal/pull/4382