Bulanov Konstantin

Results 9 issues of Bulanov Konstantin

Please write example on (elastic_client) DART from my python code. ``` q = { "query": { "multi_match": { "query": "John*", "fields": "*" } } } res = es.search(index="kpmi_etalon_obj", body=q) print("Got...

![image](https://user-images.githubusercontent.com/17683444/166700507-3859c6de-d7e3-4433-8b0d-5d2d6ca9ecbe.png)

Traceback (most recent call last): File "main.py", line 55, in File "umqtt/simple.py", line 202, in check_msg File "umqtt/simple.py", line 171, in wait_msg OSError: -1

Hey. I tried your example and everything works fine! However, if you try to repeat it with the same settings in the **STM32CubeIDE** environment (https://www.st.com/en/development-tools/stm32cubeide.html) or another similar IDE Clion...

Hi! How do I set the output format for double? Example of how this is set for sprintf "%3.6f"

Просьба рассмотреть предложение о добавления коннектора к вашему решению для возможности сохранения треков в ElasticSearch. Судя по описанию вы очень похоже храните объекты в других БД в виде JSON. Так...

Please add these PR to be able to use the library with FreeRTOS CMSIS_V2

add ESP32 ADC range; add funtion calculatesSensitivity() to calculates sensitivity; change README; correct function calibrate() for many samples;