Tin Chung

Results 26 comments of Tin Chung

Hi, is this issue open for outside contributors? I am really interested in contributing to this issue.

@TarikGul @seadanda Got it! So what should be a next step from my end. Should I break down the feature into smaller chunks or the core team will be the...

SurrealDB javascript SDK would work with Qwik too: https://surrealdb.com/docs/integration/libraries/javascript

@emcsween Have you figured out how to resolve this issue? I got the same bug.

2. For Pandas, Rust developers usually use this package [Polars](https://github.com/pola-rs/polars) instead. Will see if we can convert between these two packages. Building a whole tabular interface can be duplicate

For C++ binding, this crate provides a better suite of tools for using C++ inside Rust: [cxx](https://crates.io/crates/cxx) The difference between `cxx` and `cbindgen` / `bindgen` is that the later is...

The API `ukv_database_init_t()` have a field `database` which has type `ukv_database_t`. This type is opaque type void and as I understand, this is a pointer to the underlying storage. Hence,...

Add a language bindings and simple database close / open in this PR: https://github.com/unum-cloud/ukv/pull/243. Currently have problems with generating bindings on header files with linked files. Have any idea about...

@ashvardanian Sync the update from @michaelgrigoryan25. Changed the merged branch to `238-rust-bindings`

Is this resolved @TomaszWaszczyk? I get the same error on MacOS Apple M1 ArmV8. Did try to add `cargo add [email protected]+7.4.4` manually but it does not work.