Silviu Caragea
Silviu Caragea
Language : C++ Repo : https://github.com/Qihoo360/evpp Author : @Qihoo360 ------ EDIT : Wrong author, but awesome contribution :tada:
I'm uncertain whether it's a bug, but in FS 1.10.10, the `bypass_media` feature doesn't seem to function properly when using enterprise originate. Upon examining the code, it appears to be...
Hello please provide an example on how the app.config should look for econfig. `{ econfig,[ { confs, [{config_name, ["/srv/www/src/config.ini"], [autoreload]} ] } ] } ` Something like this ? Silviu
Hello I was wonder why instead using `enif_get_string` and `enif_get_list_length` why you are not doing something like : ``` c++ // std::string inline int get(ErlNifEnv *env, ERL_NIF_TERM term, std::string &var)...
Hello, Because etls doesn't support the cipher property where you can limit a client to a specific cipher the load test you did might not be accurate. You can't know...
Hello, Looking through the code I see when you play with atoms (at least for bool `true` and `false`) you are creating all the time them or extract the string...
Tested on on tag [v335](https://github.com/cjlin1/libsvm/releases/tag/v335) ```sh In file included from /usr/include/string.h:535, from /esvm/c_src/svm.cc:6: In function ‘void* memcpy(void*, const void*, size_t)’, inlined from ‘void clone(T*&, S*, int) [with S = const...
## The Problem/Use-Case This Feature Addresses When using counters, you often need to set them to expire after a certain period. Currently, the only known solution is: 1. Call `INCRBY`....
### Question Hello, I’m exploring the possibility of using Vitess with a **Percona XtraDB Cluster (Galera multi-master)** for a sharded deployment. I understand this is **not officially supported**, but I’m...