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 way we treated Skip and Start parameters was inconsistent and wrong.
In some calls we send both parameters (s, start, S). This causes
and undefined behaviour at Gerrit itself.
Additional the Skip/Start parameters are numbers and not strings.
Here we fixed the Go types.
Thanks a lot to @michaeldorner for his initial work in #48
Related:
- #48
0 commit comments