Andrei Litvin

Results 44 issues of Andrei Litvin

I had typed something like <div ng-repeat=""> (bad empty repeat, my bad). However the error I got was an unfriendly: NoSuchMethodError: method not found: 'group' Receiver: null Arguments: [2] dart:core-patch/object_patch.dart...

#### Problem When looking at https://github.com/project-chip/connectedhomeip/runs/5681814706?check_suite_focus=true I saw that clang-tidy was tidying every single file 2x. it seems reason is that the bulild generates both `standalone` and `mac_x64_gcc` outputs which...

We codegen C++ headers and sources and for headers, the final newline can be important. This adds keep_trailing_newline to jinja codegen. I also made it so that the unit tests...

scripts
review - pending

### Reproduction steps / Feature `scripts/build/build_darwin_framework.py` was created in #20337 However the placement is off: `scripts/build` has a standardised way of creating templates: every platform or configuration has its own...

### Reproduction steps Telink CMakeFiles directly include `/src/app/util/*` and zzz_generated paths for includes. This makes any common refactors tedious. Mbed and NRF already use a common src/app/chip_data_model.cmake ### Platform Telink

Picked `PluginApplicationCallbacks.h` because it is simple and added it to a compile-time generated list. The main exercise for this is to make sure we can inject the appropriate calls to...

examples
scripts
app
github
workflows
gn
review - pending

The target `bridge-app` does not exist, only `bridge`. Also oddly enough the tests attempted to run bridge app tests against something in TV output, which seems wrong. I currently do...

github
workflows
review - pending

### Reproduction steps Code in zap_rengen_all says: ```python # The name zap-generated is to make includes clear by using # a name like output_dir = os.path.join( 'zzz_generated', 'placeholder', example_name, 'zap-generated')...

There are a few methods which seem to be codegened as empty implementations and callbacks, however they never seem used inside our src. These seem ember legacy, so cleaning them...

app
review - approved

…mask attribute - we always search for servers We never need to find client clusters. Generally we likely need to update more code to use server clusters only, however for...

app
review - approved