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

Solves #31 -- enables deletion operation on state #34

Merged
merged 4 commits into from
Feb 26, 2024

Conversation

elijahbenizzy
Copy link
Contributor

We weren't respecting it before. This handles that. This just measures the delete operations and reapplies it. That said, this is not the best way of doing things -- see #33 for a more involved approach.

@elijahbenizzy elijahbenizzy changed the title Solves #31 -- enables deletion operation Solves #31 -- enables deletion operation on state Feb 25, 2024
@elijahbenizzy elijahbenizzy force-pushed the fix-state-wipe branch 2 times, most recently from 31729c6 to 421a757 Compare February 25, 2024 22:02
@elijahbenizzy elijahbenizzy mentioned this pull request Feb 25, 2024
24 tasks
burr/core/application.py Outdated Show resolved Hide resolved
We weren't respecting it before. This handles that. This just measures
the delete operations and reapplies it. That said, this is not the best
way of doing things -- see #33 for a more involved approach.

Note we've also relaxed the restrictions on modifications for
delete/write -- this is necessary for the current workaround.
Streamlit creates a ton of junk. This solves #35
@elijahbenizzy elijahbenizzy merged commit 0a31503 into main Feb 26, 2024
6 checks passed
@elijahbenizzy elijahbenizzy deleted the fix-state-wipe branch February 26, 2024 17:55
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