Thomas Frössman

Results 212 comments of Thomas Frössman

Yeah, I agree about it not being very good.. I should probably just have opened an issue instead.. Related golang issue planned for go1.5: https://github.com/golang/go/issues/8914 And here is an implementation:...

Yeah, this package probably needs an overhaul. I was going to write another issue for this but after having read the code a bit more it seems it needs a...

I'm just saying that it's easier for me if the function does to go off into a go routine unless I ask it to. I'm ok with it blocking completely...

I was thinking that strong and paranoid kind of suggests a good source, maybe /dev/urandom can be utilized on those operating systems that has it?

I am thinking that maybe the quality filter could be extended to support a per encoder value.. Something along the lines of `quality(80,webp:70,avif:60)`

...But I don't like the idea of urls getting even longer. Maybe some way to get it as a setting instead would be better, dunno if a scaling factor would...

> just a note if someone else hits this: `--no-process-group` fixes it and another issue where it doesn't actually run the command and it doesn't output anything thanks for this,...

I just bumped into this as well when moving to a s3 object storage. ### The problem It seems like `s3aws.Walk()` assumes that `/docker/registry/v2/repositories` is a file system directory. It's...