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
We need to ensure that we capture errors. We can't use things like unwrap() or expect(). We don't want to kill our pipeline or worse all the live mixers for errors.
Add linter to project so it won't compile with unwrap or expect
The text was updated successfully, but these errors were encountered:
We need to ensure that we capture errors. We can't use things like unwrap() or expect(). We don't want to kill our pipeline or worse all the live mixers for errors.
Add linter to project so it won't compile with unwrap or expect
The text was updated successfully, but these errors were encountered: