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

patch around disabled filters when building command #27

Closed
wants to merge 1 commit into from

Conversation

jwetzell
Copy link
Contributor

@jwetzell jwetzell commented Jul 12, 2024

This seems to work but there are a ton of edge cases when it comes to disabling filters that I still need to explore which is why it's marked as a draft.

I also have a hunch this should be handled at the node level instead of the filter graph level but I still have to dig into those pieces.

closes #26

@jwetzell jwetzell closed this Jul 12, 2024
@jwetzell
Copy link
Contributor Author

jwetzell commented Jul 12, 2024

Closing this as looking at more complex flows like multi input it's definitely going to have to be at the node level so I can preserve what the previous/next filter actually is unless there is an easier way to identify those pieces

@jwetzell jwetzell deleted the fix/filter-disable branch July 12, 2024 18:17
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.

Disabling doesn't actually work
1 participant