michaelgrigoryan25

Results 35 comments of michaelgrigoryan25

> 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....

@chungquantin ~~I did not really experience any issues during the build process, however,~~ I have made some improvements in https://github.com/chungquantin/ukv/pull/1. ~~Let me know if I'm missing something here, because everything...

I have removed the generated bindings in https://github.com/chungquantin/ukv/pull/1 and it will not be tracked in git anymore, @ashvardanian. The PR is still pending though. There should be no need to...

We might have some issues here with the actual functionality with the SDK. As I was writing some unit tests, rewriting and improving some parts of the crate in my...

> As it is a native library it must be compiled and linked. So the CMake build should be called before building Rust extension. Thanks for your input, @ashvardanian! You...

For some reason I am getting some errors related to OpenSSL when cmake-ing: ```bash [ 94%] Built target rocksdb CMake Error at CMakeLists.txt:810 (add_dependencies): The dependency target "OpenSSL::Crypto" of target...

Thanks for your input, @ishkhan42. OpenSSL was fully installed on my system before cmake-ing. For reference, here is the OpenSSL package in Arch package registry https://archlinux.org/packages/core/x86_64/openssl/. ```bash ➜ ~ sudo...

Thanks, @ishkhan42! That worked like a charm (though I had to do it from the live CD). I think having a specific version of OpenSSL should definitely be addressed in...

Thanks, I will try. I used `gcc (GCC) 12.2.1 20230111` to compile this project specifically.

Ok, I synced everything, removed the build cache completely via rm -rf $(cat .gitignore), and tried building again. Now, there is a new error. Here is the new stack trace:...