Tudor Zaharia
Tudor Zaharia
### 1. Issue or feature description Are there any plans to support also the Jetson Xavier NX device?
I am using multiple `ThreadPool`s to process some messages. I have a ThreadPool that enqueues new tasks to another ThreadPool, basically cascading two ThreadPools. Everything works fine in the beginning,...
I get a SEGFAULT in amqp_openssl.c:213 `status = SSL_set_tlsext_host_name(self->ssl, host);` when using the static librabbitmq.a I'm using the following CMakeLists.txt setup in my project: ``` set(ENABLE_SSL_SUPPORT ON) set(BUILD_STATIC_LIBS ON) add_definitions(-DAMQP_STATIC)...
I have tried running the image created by this script using a Docker service: $ docker service create --replicas 1 --name t1 -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -e "EMULATOR_PARAMS=-gpu host" --device...
#### Summary I had a single-node microk8s cluster that was working fine (i.e. had some pods running as expected). I stupidly enabled ha-cluster add-on and now the cluster doesn't work...
Analogous to https://github.com/versatica/mediasoup-client/pull/215 I've tested it a bit with my own app, looks OK. I am a bit puzzled by the fact that my encoder is immediately reinitialized after being...
DO NOT MERGE! This is an example of how PGlite data can be upgraded via `pg_dump`. See `Migrate` option bottom left corner.
Our users can then switch to the debug, unminified version for easier debugging.
Makes it clear that `pglite-socket` does NOT support SSL connection at this momen.