Dmitry Kaukov

Results 11 issues of Dmitry Kaukov

### Problem Statement I think, fix for https://github.com/dropwizard/metrics/issues/1524 has undesired side-effects in our environment. Because `executor.scheduleWithFixedDelay` accumulating errors (due network latency, for example) when it goes over reporting period, we...

Fixes https://github.com/rest-assured/rest-assured/issues/1733

Enabling MQTT in the ESPHome for "realtek-ambz" produces the error: ``` Processing sw09 (board: wr3; framework: arduino; platform: https://github.com/kuba2k2/libretuya.git) -------------------------------------------------------------------------------- HARDWARE: RTL8710BN 125MHz, 256KB RAM, 788KB Flash - framework-arduino-api @...

bug
esphome

Ability to increase buffer size past 8k in the custom `ErrorHandler`

Hi, after forking template and bulding it with default settings. Im getting lot of ``` Attempting SSE connection. demo/:1 EventSource's response has a MIME type ("text/html") that is not "text/event-stream"....

Refactored `SerialInputOutputManager`: - Implemented multiple read buffers to improve USB reading efficiency and reduce latency. - Removed read timeouts, as they are not necessary for event-driven data reading. These changes...

## Description This PR adds a fallback for rollout restart when patching fails with HTTP 422 (`Unprocessable Entity`). If adding the `kubectl.kubernetes.io/restartedAt` annotation fails (e.g., because the `annotations` field doesn't...

`jdsp:3.1.0` pulls in `org.junit.platform:junit-platform-surefire-provider` as a transitive dependency. That dependency is meant for Maven’s internal use during test runs, and it causes test failures when included in regular projects. Example...