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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
This seems like a bug, but perhaps I'm thinking about it incorrectly. success is determined by the message returned with a request.
defunpackraw
...
@success=@message == 'OK'end
However, if the number of results exceeds the page size, the message returned is not OK it's MoreDataAvailable. The request itself was successful, so it seems wrong to say that success = false.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This seems like a bug, but perhaps I'm thinking about it incorrectly.
success
is determined by the message returned with a request.However, if the number of results exceeds the page size, the message returned is not
OK
it'sMoreDataAvailable
. The request itself was successful, so it seems wrong to say thatsuccess = false
.The text was updated successfully, but these errors were encountered: