Suyan
Suyan
If we release all bindings together with OpenDAL each time, we can also package all binding documents with OpenDAL itself as a snapshot according to the version.
Add a parameter to indicate whether internal requests are required to retry or not? After all, there are some batches that must succeed completely. Their idempotency may need to be...
> Retry the while batch is good enough. Did you mean 'whole'?
Updated with current `napi-rs`'s RFC 3.0.
> `list` should return `Vec` now. @suyanhanx, would you like to change the API of opendal-nodejs? I'll handle this.
Plan to implement the System.iterator on the js side. Close this issue now.
> > This seems interesting, I will have a look then xD. > > I cannot think of a better way of wrapping list with a simple filter.... Just as...
> Not needed after `via_map` implemented. The `via_map` don't seem to be related. 🤔
You may track them in #1572
> * Java doesn't native support async/await, maybe we can try Kotlin. Sounds good. Can it be integrated? Or is it possible to directly implement Java binding using Kotlin?