Results 4 issues of Patrice Harapeti

Axis data becomes mixed between graphs when using `Plotly.extendTraces` on more than one graph on a page. You can find a reproducible example below: https://jsfiddle.net/au7jgfkw/24/ Screenshot of the bug in...

**Background** When compiling for board `esp32doit-devkit-v1`, the following deprecation warning is generated. ``` In file included from .pio/libdeps/esp32doit-devkit-v1/CAN/src/ESP32SJA1000.cpp:6: /Users/xxx/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp] #warning...

### Description In swarm mode, external DNS queries made from a service fails when the service has a port mapping. The affected service is still able to reach an external...

status/0-triage
status/more-info-needed
kind/bug
area/networking/dns
version/24.0

### Issue As of the current version, the library registers events by overriding the Socket's `onevent` handler. Snippet: ``` /** * Listening all socket.io events */ register(){ this.io.onevent = (packet)...