People find with_scrubber/add_scrubber confusing - they don't realize that with overwrites existing scrubbers and that they need to use add to avoid that and chain them instead.
The proposal is to change with to always add, unless an optional argument replace = True is passed.
People find
with_scrubber/add_scrubberconfusing - they don't realize thatwithoverwrites existing scrubbers and that they need to useaddto avoid that and chain them instead.The proposal is to change
withto always add, unless an optional argumentreplace = Trueis passed.