Skip to content
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

docs: Fix the demo script #354

Merged
merged 2 commits into from
Mar 12, 2024
Merged

docs: Fix the demo script #354

merged 2 commits into from
Mar 12, 2024

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Mar 12, 2024

  • Some results were being assigned to a new variable instead of replacing the existing result panel
  • Add explicit wrapping around text with icon in ui.item case. Created ticket to automatically wrap raw nodes: Text strings in Spectrum Item components are not implicitly wrapped in Text components #353
  • Fix hist_demo. You cannot pass non-hashable objects into a set; in this case we were passing in a dict to the set of dependencies. Need to use an array instead
  • Ran through Demo script and made sure there were no errors

mofojed added 2 commits March 12, 2024 09:06
- Some results were being assigned to a new variable instead of replacing the existing `result` panel
- Add explicit wrapping around text with icon in ui.item case. Created ticket to automatically wrap raw nodes: deephaven#353
- Fix hist_demo. You cannot pass non-hashable objects into a set; in this case we were passing in a dict to the set of dependencies. Need to use an array instead
  - Should we even bother allow passing in a `set` because of stuff like this?
@mofojed mofojed merged commit 7e7302e into deephaven:main Mar 12, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants