You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a suggestion by @bb010g, this would be a cleaner way to implement progress reporting.
my preference: i'd not pass around progress bars, but rather use opentelemetry/minitrace/tracing to instrument your whole crate, and then report progress on the CLI based on emissions from that local telemetry.
Following a suggestion by @bb010g, this would be a cleaner way to implement progress reporting.
The current hooks are fine, but the need to pass objects around pollutes the entire code base, so it'd be neat to get rid of them.
The text was updated successfully, but these errors were encountered: