Niel Drummond

Results 81 comments of Niel Drummond

Yeah, we're very close. My only reservation is that we now need to peg to a GitHub revision of the hyperlocal dependency.

Could you explain your motivation or what you're trying to achieve? I don't see any problem yet...

That is really interesting I hadn't heard of that project. Initially not quite sure how or if an integration would work - e.g. can you use Youki as a library...

Parsing the Dockerfile is big enough to be a project on its own (e.g. buildkit)... I can imagine perhaps translating the API and struct definitions in Bollard into Youki configuration...

@ledoyen I think you're right, if you setup your docker daemon to use youki as a runtime. Perhaps though it might be more useful to be able to trigger youki...

No, this isn't implemented (yet). In theory, this would be possible using a 'client-session' remote context and the v2 buildkit builder, but... there's some further protobuf communication and serialization interfaces...

I can reproduce this behaviour on an OSX machine. If I add `half_close(true)` to the server builder, the connection will be made on OSX though, so perhaps this is just...

@iamjpotts I realise after adjusting the `println` statements that it doesn't work with `half_close(true)`, but I do get it to work when we disable `keep_alive` on the server. There's a...

I could get behind that.. or if @iamjpotts takes over the regular maintenance/release of this crate, since it works fine. A stable and compatible connection pooling implementation would be quite...

> Interesting. What are the issues with hyper_util's Client? There is/(was?) a race condition in the Hyper connection pool that was carried over from the pre-1.x Hyper versions, possibly there's...