Arnaud Durand
Arnaud Durand
Right now, message handlers are attached globally on the mqtt client: `mqtt_client.on_message = on_message` Would it be possible to attach a message handler to a _Subscription_? I am thinking of...
I tried the *development* branch with *dh_backend_node*. After launching instances using `sudo docker-compose -f docker-compose-node.yml up -d` the Frontend service API and the Auth service API return *502 Bad Gateway*.
After upgrading to *devicehive-docker 3.5.0*, *dh_frontend* triggers errors related to websockets: ``` dh_frontend_1 | 2018-06-05 05:44:17.875 [XNIO-1 task-15] ERROR io.undertow.websockets.core.request - UT025007: Unhandled exception for annotated endpoint com.devicehive.proxy.client.WebSocketKafkaProxyClient@5af40b11 dh_frontend_1 |...
Hi @prasad-dot-ws, Thanks you for sharing a proper footprint of the Espressif antenna design. I found it through your [ESP32 Forum post](https://www.esp32.com/viewtopic.php?f=12&t=8050). When using the antenna, do you add a...
**Component** * UI **Description** Using a widget of type "Time series" widget, it is possible to display a timewindow directly on the widget that is not tied to the dashboard:...
Is it possible to search for concepts ([`/{branch}/concepts?term=searchTerm`](https://snowstorm.ihtsdotools.org/snowstorm/snomed-ct/swagger-ui/index.html#/Concepts/findConcepts) endpoint) and to embed definitions in returned concepts? We have a use-case where we need to find concepts according to a search...
The commit a3c1ddb42db94ba17aef5ae32f7fb6addec1b12e results in corrupted audio recording on my Android device with PCM-16. From playback, I can recognize the volume but the audio seems fuzzed as if buffer writes...
Just my two cents, but I think the approximate crack time is misleading. The entropy is currently `7776^4=3656158440062976` while _zxcvbn_ uses the passphrase as a random string: https://github.com/mike-hearn/useapassphrase/blob/0aa28d4f93c6e760abd4aad972c496bfbddc85c0/js/script.js#L64 _zxcvbn_ uses...