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
The logic in _getRemoteData() is faulty. No matter which update style I choose all the update methods should be checked if my chosen way fails.
Either that or NONE (an option should be added).
There is a nice _getUpdateMethod() method which can be used to fix this mess along with #15 issue.
The text was updated successfully, but these errors were encountered:
The logic in
_getRemoteData()
is faulty. No matter which update style I choose all the update methods should be checked if my chosen way fails.Either that or NONE (an option should be added).
There is a nice
_getUpdateMethod()
method which can be used to fix this mess along with #15 issue.The text was updated successfully, but these errors were encountered: