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 was archived by the owner on Nov 19, 2020. It is now read-only.
I hit a bug where libgerrit was unable to deserialize the response from gerrit due to the amount of insertions being higher than u16. Using a u32 for this value would better serve users of the library.