Elliot Saba

Results 474 comments of Elliot Saba

> any thoughts or guidance on integration tests that to verify functionality with a private registry? Should be simple enough to set up a private registry. We can fork the...

Is this useful when we already have nginx logs?

Strange. Looks like something went wrong during the copy, perhaps. But I don't see any errors.

Hmmm, `file size mismatch` generally means that the amount we transmitted to the _client_ doesn't match what we expected to send, not that the amount we received from the storage...

Seems to me that we should `rethrow(exc)`?

Well we can't fix the concurrency issues without doing some kind of TLS, but we can fix 3 rather easily by saving the old value then restoring it.

Yep. Another example is if you have a depot that gets mounted at different places, e.g. if you mount your depot into a docker container.

As a general rule, I'm against providing multiple ways to get packages on a single platform as that just increases the surface area available for installation errors to occur. (For...

I see. Very similar to Homebrew then. (Homebrew does have detection/declaration of whether a binary "bottle" is relocatable, but in practice many larger software packages are not relocatable) Correct me...

Alright. In that case, we need to ensure that `Nix` doesn't get used when the likes of `AptGet` or `Yum` could have been used; we always want to use Binaries...