Viktor Stanchev

Results 29 comments of Viktor Stanchev

Yeah that would be nice. We'd have to write out a file somewhere and check it first. On December 7, 2017 2:56:17 PM EST, Olgied Kasprowicz wrote: >@vikstrous I'd also...

This is also blocked on #44 because I don't want to risk any breakage when making this change.

Oh, very cool. I didn't know about this. On September 20, 2015 5:17:05 AM PDT, Michele Guerini Rocco [email protected] wrote: > I like the idea of subcommands. The arguments parsing...

I ran into this too :( ``` error from daemon in stream: Error grabbing logs: invalid character '\x00' looking for beginning of value ``` ``` docker version Client: Version: 17.10.0-ce...

The keys have to be comparable because they are used as map keys to deduplicate requests. But the uuid type is `[16]byte`, so it should be comparable https://pkg.go.dev/github.com/google/uuid#UUID. Which type...

The input to the fetch function of a loader is a list of IDs and the output is the objects for those IDs. It's not expected to map between different...

If I'm not understanding the question, please add an example to help me understand. I'll close for now.

I would love to have the option to not trust the mirror, but that would probably require more configuration client side than passing everything through the mirror. Maybe we should...

The other one looks like a smaller diff. Feel free to close this one.