Antonio Navarro Perez
Antonio Navarro Perez
With this change, we discard remaining bytes for the actual file to avoid errors on partial reads or skipping files calling Next() without reading. Several optimizations are possible, like directly...
First of all, congratulations and thanks for this library. As far as I know, 7zip uses an index, like zip files. Going through the code, we can see that we...
Now we have a global cache configuration. We want to be able to configure a specific cache per route to cover more use cases (per instance, seed the content of...
# Partitions with similar size ## Description Right now, our partition implementation is a partition per repository, that means, partitions can have really different sizes, causing problems like really long...
Error on gitbase side: ``` gsc-gitbase | time="2019-04-26T08:22:34Z" level=info msg="NewConnection: client 1" gsc-gitbase | time="2019-04-26T08:22:34Z" level=error msg="Cannot parse client handshake response from client 1 (172.19.0.4:59740): Code: INTERNAL\nparseClientHandshakePacket: can't read connection...
To avoid comments on PRs related to formatting issues or imports order, we should use linters integrated on PRs. As a proposal we can use: - Go: https://www.codefactor.io and https://golangci.com/...