Results 18 issues of eldesh

MLBasis includes the signature, structure and functor definition as part of basdec. http://mlton.org/MLBasisSyntaxAndSemantics

I found an issue it seems to be a compiler bug. A typing error is raised from the compiler for the following code. # Environment - os: debian - ante:...

panic
crash

Support `/images/search` api.

enhancement

`/containers/{id}/top` may returns `null` for `Processes` field. ``` docker.run_container(&container); docker.container_top(&container); // immediate call may fail ```

bug

Moved from https://github.com/eldesh/dockworker/issues/84#issuecomment-611449910 (@emk) > Thank you for maintaining `dockworker`! > > I'm currently trying to replace `boondock` with `dockworker` in `cage`, and I'm hitting this same error. > >...

enhancement

fixes #6 Change type for communicating with host environment from `String` to `OsString`.

Ignore chunks which are read in attach response buffer. Now, these chunks are kept in inner buffer.

bug
enhancement

Add error variant such like: - ContainerNotFound - ImageNotFound etc...

enhancement

Dockworker uses `/` as the base path. So the latest version of api is used. But now, only `v1.26` is officialy supported. (bound of resource of @eldesh) - Add fix...

enhancement

Now, dockworker supports `/build` api (corresponds to `docker build` command). So building images for middle tests (`test-iostream`, etc...) should be done oneself.

enhancement