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
Could it be an idea to rename loaded to success or something like that?
Since the state of the response is successful. Otherwise it would be error. Correct?
If @rainerhahnekamp agrees, I could provide a PR with the proposed change
Well, to be honest, if you look at the issue, we can hardly process all of them. So i am very cautious when it comes to introduce breaking changes likes this. We can do it, but under 2 circumstances:
You should explain why we need it and what the advantage would be
You will have to implement it in a way, that we don't introduce breaking changes. So successful could be introduced via a configuration flag or a migration script.
Could it be an idea to rename
loaded
tosuccess
or something like that?Since the state of the response is
successful
. Otherwise it would beerror
. Correct?If @rainerhahnekamp agrees, I could provide a PR with the proposed change
See: #23 (comment)
The text was updated successfully, but these errors were encountered: