Kristoffer Søholm
Kristoffer Søholm
# Objective Fixes #19464 ## Solution Instead of clearing previous `PickingInteractions` before updating, we clear them last for those components that weren't updated, and use `set_if_neq` when writing. ## Testing...
I noticed you added a bunch of `&'_ self` while fixing lints, which is unnecessary. The lint specifically checks for types that have lifetime annotations that are elided completely, which...
This is a straight up duplicate of #660, which was closed and I don't have permission to reopen. I have a use case where the accepted solution of using a...
I tried using the new retry logic in my application, but I need to send requests to 2 different hosts. I can't see any way currently to construct a policy...