Andrei Litvin

Results 112 comments of Andrei Litvin

Unrelated to this PR, but why is mAttemptThreadNetworkScan an optional? Its only use seems to be a `valueOr(false)` ... so then why not just make it a bool value?

Updated pigweed as a separate step and will incrementally fix the enum cast issues.

Closing - we have to do this gradual or via an alias (alias will be required for IM codegen where zap is currenly only aware of chip::Optional)

Could you try: ``` git submodule update -f --init --recursive ``` for the submodule update and then try the bootstrap again?

This may not make it to Sep1 due to seemingly more complex changes. It is odd that the network list says "not connected" yet we are communicating via chip-tool (presumably...

@kliao-csa - this should have been going through a regular review process as it is not a separate example/tool.

To many updates and time passed. Will have to re-work this one if we get to more decoupling work.

Tons of conflicts and changes. I will re-work this one if we get to more decoupling.

Example failure: https://github.com/project-chip/connectedhomeip/actions/runs/7891170901/job/21534924675?pr=32106

Overall I am unsure about stringcase and pascalcase test coverage. current pip install does things like: ``` >>> import stringcase >>> stringcase.camelcase('THIS_IS_A_TEST') 'tHIS_IS_A_TEST' >>> stringcase.camelcase('With Some Spaces') 'witompaces' >>> ```...