Josh Hawn

Results 16 comments of Josh Hawn

This should enable records for special files too: - block/char devices - unix sockets - pipes (FIFOs) - etc. Your FUSE filesystem need not implement them, only report that they...

Hey @alexanderkjeldaas Though Docker 1.8.0 release notes did not mention `dockramp` it did ship with the necessary API changes. The release notes only mentioned the changes made to `docker cp`...

`dockramp` could support this if the API endpoint did. I think it's a good behavior to have, but there still might be a desire to copy files with ownership other...

Hi @blaggacao, thank you for your question. While this project is usable and testable it's not something I'm planning on supporting in the long run. It serves mostly as a...

Sorry, more to the point of your question, I haven't tested this on 1.10-dev but I have ran it against 1.9 although I wouldn't say I've done thorough testing by...

Hi @muayyad-alsadi. Thanks for opening this issue. I'm not a fan of having a build publish multiple images - I think there should always be only one result at the...

> but there is a real-world use case. > ... > for example in ubuntu a single source for libreoffice builds more than 150 binary deb packages. > ... >...

> ... > go projects takes no time to compile maybe this is why you don't see why some people might need this. but there are some elephantine legacy projects...

@xphil I just noticed this PR, after I opened https://github.com/buger/jsonparser/pull/156 What do you think of that patch? It's a similar goal as this one except it has the callback return...

I think this is fixed by #186