eldesh
eldesh
@melsman First, I implemented the parser https://github.com/eldesh/mlkit/commit/893d62fdfe50992922278826297cb6908a045ef8. Is this a reasonable starting point? What should I do next? Where should I make changes to achieve it?
There is no plans to supporting pause/unpause API. Please add support of those APIs.
For us too, it would be desirable if we could reduce the size and memory footprint of the executable. If it is provided with a consistent interface, then we can...
元から名前付きパイプは実装されていなかった。tcpで動作するか確認する。
Making the decoding errors richer (solution `3`) seems like a good idea.
Solution `1` seems a bit over the top. I would like to fix the bugs that have occurred, in turn.
At least, reflect the value of the `DOCKER_API_VERSION` (https://docs.docker.com/develop/sdk/).
Are you planning to add the following parameters? ``` impl Docker { // `R` and `W` may be wrapped into ssh tunnel fn new_from_reader_writer(r:R, w:W, protocol: Protocol) ->Docker { .....
If implemented as above, the reader/writer would need to be wrapped in HyperClient. Then, the following form may be more preferable. ``` // pseudo code let http: HyperClient = HyperClient::with_rw(rd,...
Thanks for the suggestion. The `env` in `CreateExecOptions` looks like it should be public.