Thomas Eizinger

Results 368 issues of Thomas Eizinger

Using [`tokio::process::Command`](https://docs.rs/tokio/1.2.0/tokio/process/struct.Command.html), we should be able to provide an async implementation of the CLI client.

Unfortunately, I had to disable the zookeeper test in https://github.com/testcontainers/testcontainers-rs/pull/254 because it kept failing and I can't fix it due to my unfamiliarity with zookeeper. @devcdcc you added the zookeeper...

help wanted

- Custom versions of images are out of this guarantee (we can't know the parameters of future versions) - `Image::default` MUST always work (and therefore pin a specific version)

Currently, users can request a mapped host port from a container through `Container#get_host_port`. This API allows users to pass whichever port the want and the function will simply return an...

help wanted

When trying to pass a relative URL to any of the functions like `.get`, it errors with `RelativeUrlWithoutBase`. From my understanding, this is triggered by the `url` crate because `Url::parse`...

Currently, it doesn't seem to be possible to configure a client instance with a certain basic authentication header. Constructing the header is not hard but requires a base64 dependency. It...

Currently, signing a transaction involves a stateful protocol in which bits and pieces of the transactions need to be sent over. Are there any plans of creating an interface that...

We use the `cargo-tomlfmt` binary to enforce a certain formatting of the `Cargo.toml` files. Specifically, we sort the list of dependencies alphabetically which helps with avoiding merge conflicts. Would you...

We are using `shiplift` in a crate that we ship on three major platforms: windows, macos and linux. Unfortunately, it is not possible to use different features of the same...