Reza Bakhshandeh

Results 6 issues of Reza Bakhshandeh

I want to send SMS using clickToSMS directly without clicking on Send button. Can you add a new parameter to clickToSMS and let the users submit the SMS form automatically?...

Getting this error on Ubunti 22.04: gc_manager.cpp:45:23: error: ‘sleep_for’ is not a member of ‘std::this_thread’ 45 | std::this_thread::sleep_for(std::chrono::seconds(1)); $ cmake --version cmake version 3.22.1 $ g++ --version g++ (Ubuntu 11.2.0-19ubuntu1)...

I want to implement a distributed lock like this one: https://redis.io/docs/reference/patterns/distributed-locks/ Is it possible with Tendis? Is Tendis fully compatible with Redis SETNX(https://redis.io/commands/setnx/)?

I want to implement a global lock in Libp2p. Is it possible? any way to atomically read/write DHT records?

need/author-input

Can we implement atomic read/writes? Let's say there is a network with N nodes. One of the nodes saves something on the db({id: unique-id, locked:true}) and run an atomic operation....

We want to run QuickJS apps from a Node.js app. It seems that wasmedge-core is outdated and does not support the latest version of wasmedge. Is there any solution to...