Ryan Armstrong

Results 117 comments of Ryan Armstrong

Thanks @pquerna for the mention. My main goal for go-rpm was a yum/rpm implementation to backend [y10k](https://github.com/cavaliercoder/y10k). Having a look at aptly, my efforts with y10k seem to have a...

Fair question and still a good suggestion but like @elliotmoore, I prefer the idea of Go native implementations that have no dependencies on system libraries. It's definitely a trade off...

Hey this is an interesting idea. You are right that the checksum validation currently re-reads from disk - though this is deliberate. This is for two reasons. Firstly, it validates...

I agree, storing state might be the only sane way to solve these issues. I could also store E-Tags in the state file to see if the remote file has...

I could also add a `StoreState` and `RestoreState` that are only called if the caller explicitly wants to take advantage of this feature.

I wonder if your use-case with 200k files is similar to the one that birthed this project - namely, cloning YUM package repositories? Grab should offer some convenience by way...

This is really cool. I like this idea. We'll need to consider what happens if the given Reader returns a different byte count than has been returned by the remote...