sunshine icon indicating copy to clipboard operation
sunshine copied to clipboard

bound the size of EncodedIssue in bounty

Open 4meta5 opened this issue 5 years ago • 0 comments

type EncodedIssue = Vec<u8>;

but we should prefer that this type has bounded length. What is the longest repo_owner + repo_name + issue_number for github's API?

4meta5 avatar Aug 20 '20 03:08 4meta5