Open craigbroadman opened 10 months ago
I am getting an error when trying to scan a pull request
Error while reading the diff: bufio.Scanner: token too long
I believe it's related to this file being a large diff...
Looking around online I have found a couple of other repositories that have had a similar issue and have fixed it by chunking up the data:
I am getting an error when trying to scan a pull request
Error while reading the diff: bufio.Scanner: token too long
I believe it's related to this file being a large diff...
Looking around online I have found a couple of other repositories that have had a similar issue and have fixed it by chunking up the data: