Antonio Navarro Perez

Results 37 issues of 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...

Add HTTPS support for WebDAV interface.

enhancement

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...

feature

# 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...

proposal
performance
research

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...

bug
blocked
3rd-party

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/...