Max Dymond

Results 4 issues of Max Dymond

This PR consists of two commits: --- [CPP-928](https://datastax-oss.atlassian.net/browse/CPP-928) Ensure server name information flows through from contact point configuration Previously during Address name resolution, the server name information for a given...

In order to make floki easier to test on the Rust side, it might make sense to split floki into a library portion and a binary portion. This issue is...

In order to get user switching working appropriately when the upstream Docker image has USER , I have used the following: ``` shell: inner: sudo su -c bash outer: bash...

bug
enhancement
needs investigation

In my .cargo/config.toml I have: ```toml [registries.myregistry] index = "sparse+https://link/to/my/registry/index" ``` The documentation says: ``` If publishing to an [alternate registry](https://doc.rust-lang.org/cargo/reference/registries.html#using-an-alternate-registry), you must set the CARGO_REGISTRIES__TOKEN environment variable. ``` However,...