You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ext.bridge): add walk command functions & dynamically fetch attrs in commands variants (#1867)
* feat(ext.bridge): walk command functions
* fix(ext.bridge): dynamically fetch attributes ...
on bridge commands
* chore(changlog): add entry
* chore(ext.bridge): add docs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* use shorter Iterator return type
As mentioned in https://docs.python.org/3.11/library/typing.html#typing.Generator, the Iterable and Iterator types can also be used in generator functions
* fix deprecated types
* finish changes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* refactor: remove comment
* fix(ext.bridge): re-add code for l10n set-ing
* feat(ext.bridge): dynamic set
* changelog: clarify
* style(pre-commit): auto fixes from pre-commit.com hooks
* fix: I found a fix
* style(pre-commit): auto fixes from pre-commit.com hooks
---------
Signed-off-by: Middledot <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Signed-off-by: Lala Sabathil <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: BobDotCom <[email protected]>
Co-authored-by: plun1331 <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
0 commit comments