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
Using a [`LazyLock`](https://doc.rust-lang.org/std/sync/struct.LazyLock.html) here should be even simpler but it requires `1.80+` version of Rust. We could probably add a TODO or create an issue to revisit this when we move to that version of Rust.