Tudor Zaharia

Results 99 comments of Tudor Zaharia

Do you mean when using the master? Just tried and I get the same behavior. And also with master, I need to add the `set(BUILD_SHARED_LIBS ON)` flag, even if I...

I tried that, I've changed my CMakeLists.txt to this: ``` target_link_libraries(${PROJECT_NAME} PUBLIC rabbitmq-static ) ``` but to no avail. :(

Yes, I have this in my CMakeLists.txt: ``` add_definitions(-DAMQP_STATIC) add_subdirectory(src/deps/lib_native_rabbitmqclient) ``` Then inside the `src/deps/lib_native_rabbitmqclient`, I have another CMakeLists.txt: ``` ... message(STATUS "Fetching rabbitmq-c") FetchContent_Declare(rabbitmqc GIT_REPOSITORY https://github.com/alanxz/rabbitmq-c.git GIT_TAG master )...

> > > Hi, we plan on fixing up the arm64 support in aosp master and in later images, it's possible to also deliver an Android 11 arm64 image but...

As @samwillis said earlier, we have a pretty good idea on how to achieve this - and more! We just need some more time to implement it.

@SebastienGllmt PGlite is a WASM build and therefore any extension needs to be compiled to WASM in order to work. You downloaded an `amd64` (x86_64) version of the plugin, so...

Hey everyone, could you please see if this is still an issue with the latest version?

We use vitest on node which also runs tests in parallel and we don't see this behavior.

@samwillis Just tried it on mobile and in browser emulating mobile screen and cannot repro. What happens though is that when the virtual keyboard is visible, the results of queries...

> I am unable to build the project after trying for a couple of hours (wasm docker won't build with the scripts, at least on my machine) Just to make...