We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ListSource
Several of the example apps are not updated to support the changes to ListSource APIs and crash at startup or while interacting with them.
beeliza/beeliza/app.py: self.chat.data.append( detailedlist/detailedlist/app.py: self.dl.data.insert(index, **item) detailedlist/app.py: self.dl.data.append(**item) table/app.py: self.table1.data.insert(0, *choice(bee_movies)) tree/tree/app.py: self.tree.data.append(root, **item) tree/tree/app.py: self.decade_1940s = self.tree.data.append( tree/tree/app.py: self.decade_1950s = self.tree.data.append( tree/tree/app.py: self.decade_1960s = self.tree.data.append( tree/tree/app.py: self.decade_1970s = self.tree.data.append( tree/tree/app.py: self.decade_1980s = self.tree.data.append( tree/tree/app.py: self.decade_1990s = self.tree.data.append( tree/tree/app.py: self.decade_2000s = self.tree.data.append(
Run an affected example app.
The example apps should run properly.
No response
0.3.16.dev94+gcd4044e2
0.3.2.dev745+g9a482d3a9
The text was updated successfully, but these errors were encountered:
This should be resolved by #2011, #2017 and #2025.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Several of the example apps are not updated to support the changes to
ListSource
APIs and crash at startup or while interacting with them.Steps to reproduce
Run an affected example app.
Expected behavior
The example apps should run properly.
Screenshots
No response
Environment
0.3.16.dev94+gcd4044e2
0.3.2.dev745+g9a482d3a9
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: