bioxakep
Results
2
comments of
bioxakep
I also want to set the data types in the JSONB properties, specifying the type, and set up the correct search using indexes, taking into account the specified data types....
wrote some code... `telecli = [path_to_cli, '-c',path_to_config,'-p',phone_number,'-q'] t = time.time() p = subprocess.Popen(telecli, bufsize=0, stdout=PIPE, stdin=PIPE, stderr=STDOUT, shell=False) numberRequest = False while not numberRequest and time.time() - t < 5:...