Armen
Armen
Hi. Any suggestions about how i can organize shared memory between worker processes in workerman? What classes\abstractions should i use? Any analogue for std::mutex or std::lock_guard c++ mechanics? I need...
For example i have the following service ``` web: build: context: docker/fpm dockerfile: Dockerfile args: MY_VARIABLE_STATUS: ${VARIABLE_NOT_FROM_ENV} ``` I want ```VARIABLE_NOT_FROM_ENV``` being resolved not from .env file and ALSO i...
How i can do that? Can't figure out how to pass file path into InputMediaPhoto::Ptr ;(
I have some strange problems creating RedisCluster() instance in different process environments. I am using swoole addProcess() mechanics to create new processes inside my app. And I want to have...
torch-sys is 0.14.0 Unable to compile torch-sys on arch gcc version 14.1.1, tried gcc 13, no luck, also tried all the combinations of ENV (LIBTORCH_USE_PYTORCH=1|0, LIBTORCH_BYPASS_VERSION_CHECK=1|0) it simply doesn't work....
Hi, any plans for full JSON support via native protocol? (uint8_serialization_version=0) ? I've made a little fork that can only insert JSON columns into server https://github.com/ClickHouse/clickhouse-cpp/compare/master...mrAndersen:clickhouse-cpp-json-read:master maybe we can merge...