Andrei Litvin

Results 44 issues of Andrei Litvin

Cirque fixes various package versions and because the cirque base image is re-built every time, this means that it can perma-break whenever ubuntu base images are changed and old versions...

review - pending

This exposes bugs: - several unused variables existed (caught now) - we do `Optional` move assignment EVERYWHERE even though this handle was supposed to be a reference counted handle that...

transport
lib
controller
app
tests
support
core

### Changes - Moved `app/ObjectList.h` to `lib/support/LinkedList.h` since that seemed to be the usage (plus some renames) - Created types in `app/util` to cover some type headers that require no...

lib
app
github
workflows
review - pending
tests
support

IMEngine grew too much and creates very strong coupling between IMEngine and WriteHandler. This changes the include from this: ![image](https://github.com/project-chip/connectedhomeip/assets/1832280/c0d685e6-efb3-45f3-bec1-f9f6c54f2bf7) To this: ![image](https://github.com/project-chip/connectedhomeip/assets/1832280/5318d161-421a-4b81-ac4f-83e0ac4638f3) ### Changes - started to pull out...

lib
app
github
workflows
stale
review - pending
tests
support

Looking to have a way to iterate over active memory objects in memory pools. The usage of `ForEachActiveObject` callback is awkward (lambdas with captures) and encourages coupling as underlying objects...

transport
lib
review - pending
support

### Changes - define a "EngineDelegate" pure abstract class to define the needs of a reporting engine. Still rough as reaching into object pools seems to be very direct in...

lib
app
review - pending
tests
support

Had several failures in CI for this tests, usually shown as: ``` File "/__w/connectedhomeip/connectedhomeip/src/python_testing/TC_IDM_4_2.py", line 416, in test_TC_IDM_4_2 asserts.assert_equal(new_node_label_read, new_node_label_write, "Attribute value not updated after write operation.") ... mobly.signals.TestFailure: Details=''...

This fixes the breakage in #23 and adds a unit tests and fixes the case for the spacing that the original attempt for fixing addressed.

I was looking to learn how to use my STM32F3Discovery board by looking over the stm32f3-discovery implementation and attempted to implement my own button interrupt (on PB1 using EXTI1). I...

Tried to run this in IE10 and I got errors when accessing responseText. From the watch window, it seems like responseText is set as some "SystemError" where as responseBody is...