Suyan
Suyan
We rely heavily on `napi-rs` to implement our functions. The following APIs are still in some sort of simulation and will be migrated to the native implementation when `napi-rs` is...
We currently do not convert cases when passing parameters to the binding, which requires all parameters to be in snake case. This may not be consistent with other language scenarios....
This is quite difficult for us to maintain each service's example synchronously in multiple languages' bindings' source code. I suggest that we could maintain them together on the website later...
This is an example. ``` This is an image of cpu. ``` The `cpu` should be replaced by `CPU`. But it does not happen.
Despite updating the plugin to version 0.4.200.5421-232 on August 3, 2023, the problem still persists. --- ## Environment * **IntelliJ Rust plugin version:** 0.4.199.5415-232 * **Rust toolchain version:** rustc 1.71.1...
I hope that `napi-rs` can provide the AsyncGenerator trait, which can provide a better user experience for asynchronous iteration in applications.
The current return type is `Option`, which makes handling errors not very convenient.
Part of https://github.com/apache/incubator-opendal/issues/2611
An issue of Docusaurus. related issue: https://github.com/facebook/docusaurus/issues/3915