Max Prokhorov

Results 44 issues of Max Prokhorov

Looking at the implementation of the UMM heaps & different accessors... While we can manipulate stack of the heap contexts, we can't get the specific one via ID directly but...

type: question

ref. the original PR and the discussion https://github.com/esp8266/Arduino/pull/4626 https://github.com/esp8266/Arduino/issues/6701 as mentioned in the https://github.com/esp8266/Arduino/issues/8327#issuecomment-933369314 (I have yet to check the readthedocs rendering)

### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...

*subj* Current conversion does truncation https://github.com/xoseperez/espurna/blob/5f6df82110573f25ca0a15003ff4e22efcee9a94/code/espurna/sensor.h#L86-L88 https://en.cppreference.com/w/cpp/language/operator_arithmetic#Conversions https://en.cppreference.com/w/cpp/language/implicit_conversion#Floating.E2.80.93integral_conversions For example, sensor read 0.9W over 1 second will result in 0. Longer interval will eventually allow for the value to appear,...

enhancement
sensors

To avoid issues like https://gitter.im/tinkerman-cat/espurna?at=6302c2f2cf6cfd27af20f01b It would be nice to store a 'permanent' error log somewhere that could be later displayed directly in the debug log or via some permanent...

enhancement
debug

- split workflows into separate files to trigger by path this should help out documentation and boards / eboot / pkg files updates, since those *wont* trigger usual build stuff...

Wire everything that relies on stack smashing detection to call `__stack_chk_fail()` (aka what libssp / ssp / stack-protector uses) Expose it in our debugging header Rename overflow -> smashing, as...

alpha

*subj* Needs toolchain path, elf path, and the postmortem either as a file or piped into stdin Not as colorful as java decoder, though. Like monitor filter, tries to 'update'...

alpha

Right now we have at least three ways to ensure stack-smash does not happen. - CONT guard check, with two u32 at both start and the end our struct. Additionally,...

type: question
component: core

Noticed in gitter https://gitter.im/tinkerman-cat/espurna?at=632e273b9d3c186299170be1 Based on updated docs https://www.home-assistant.io/integrations/light.mqtt/#json-schema `"white_value"` is deprecated and replaced with `["color"]["w"]` and `["color"]["c"]` combined with `"color_mode"` https://github.com/xoseperez/espurna/blob/75a518c6caaa40289737b0c8faaf8b96e5ce129a/code/espurna/homeassistant.cpp#L414-L430 https://www.home-assistant.io/integrations/light.mqtt/#color_mode > Flag that defines if the light...

bug
home assistant