-
Notifications
You must be signed in to change notification settings - Fork 185
Fix not working selects and weird choice behavior; add defer for components and fix responding to components #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
updates: - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.2.0...v4.0.1) - [github.com/psf/black: 21.8b0 → 21.12b0](psf/black@21.8b0...21.12b0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1)
[pre-commit.ci] pre-commit autoupdate
modified send and edit to work with defer fixed some bugs
i0bs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaner approach than using a direct type(value) check. We generally use isinstance() for most type comparisons because we want to apply the actual instance property to a known typing alias, which works well for when we use the typing module.
|
Additionally, resolve merge conflicts with |
|
should be all done now |
i0bs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Merging this pull request, thank you for your contribution! Welcome to the contributors table. 😃 |
About this Pull Request
Fixes Error when creating selectoptions
Seperates Button and Select when sending
Converts options to dict before sending
when syncing options are called twice, while choices are a dict the second time not having the

._jsonattributeAlso, I added
deferto components and fixed the problem that always the original message was updated instead of sending a newChecklist
pre_push.pyscript to format and lint the change(s) made.3.6.X.