Xuanwo

Results 1650 comments of Xuanwo

Hey @Ranxy, do you know any potential users for our OCaml binding?

Hi, @Ranxy, will opam work if we provide a tar that contains both `core` and `bindings/ocaml`? Can `opam` works inside `bindings/ocaml` with `path = "../../core"`?

I plan to release file like [apache-opendal-bindings-ocaml-0.0.0+core.0.44.2-src.tar.gz](https://github.com/apache/opendal/files/14322600/apache-opendal-bindings-ocaml-0.0.0%2Bcore.0.44.2-src.tar.gz) with file tree: ```shell ├── bindings │   └── ocaml └── core ├── benches ├── Cargo.lock ├── Cargo.toml ├── CHANGELOG.md -> apache-opendal-0.45.0-src/../CHANGELOG.md ├── CONTRIBUTING.md...

> I think we can just remove this `unwrap` https://github.com/apache/opendal/blob/174bda53f79123cd114d2409189423a0a4cf6bf3/core/src/layers/prometheus.rs#L199C9-L199C19 by checking the error type: https://github.com/tikv/rust-prometheus/blob/master/src/registry.rs#L48 and ignore this `AlreadyReg` Thanks, I think this can be addressed in a separate...

After our refactor, this should now be possible. CC @evenyag and @sunng87, would you like to evaluate it again?

> I'm wondering if there's also a way to create an integration for a pluggable catalog, based on the in-memory catalog implementation in #475. I believe this should also be...

Hi, @kevinjqliu, I'm sorry for blocking your innovation this way. I've been a bit busy recently, but I plan to create something that really works next week. For instance, reading...

cc @PragmaTwice @xyjixyjixyji @silver-ymz, is it possible to pass an Allocator from the C side? I haven't seen such an attempt before; perhaps we are the pioneers in this area....

> If everyone agree on this I could do this in a few days. Hi, I suggest that we don't rush this. I want to understand how users will integrate...

Hi, thanks for asking. There isn't a dedicated team working on this project; all participants are contributing in their spare time. So the answer to "the non-jvm impl has been...