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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Loading is now a companion object and an instance of ApiResult at the same time, so you can use all the rest of the operators on the static companion object instance
ApiResult.flow with non-api-result return type has been renamed to ApiResult.tryFlow because of the conflicts between the names of two functions. Unfortunately it seems impossible to resolve the overload dynamically