lcmgh
lcmgh
Hi! First of all thanks for that nice tooling! I'm utilizing `cargo nextest` (https://github.com/nextest-rs/nextest) to build and archive my test binaries as described in here: https://nexte.st/book/reusing-builds.html To be precise I...
**Describe the bug** `cargo deny --format json check advisories` prints `{"fields":{"level":"ERROR","message":"'NTLM' authentication is not supported; class=Http (34)","timestamp":"2022-07-15T09:58:23.082045256Z"},"type":"log"}` cargo-deny 0.12.1
Hi! Awesome project! Is there support for GitHub Enterprise? Thanks
Considering this [hierachical-env](https://github.com/mehcode/config-rs/blob/master/examples/hierarchical-env/settings.rs) config with the following YML config ```YML list_config: - id: first - id: second ``` How could I append a field to the first list entry via...
Hi! I'm using the great archived test features in order to exec. my tests on a temporary CICD spawned pod in Kubernetes to test against other resources in there. Two...
Hi! I followed the docs to setup multiple ssh keys by generating them with comment parameter `-C` and adding the git URL from my GitHub Enterprise repo. `https://private-github.myenterprise/org/repo.git` I ensured...
In my CI environment I'm making use of multistaged Docker files to cache dependencies with `cargo chef`. As my integrationt tests depend on some external resources I do not execute...
My producer is sending me batched data and I'm currently unable to parse it to the expected struct in contrast to "single record records". https://github.com/awslabs/amazon-kinesis-producer/blob/master/aggregation-format.md
Hi! I'd love to see support for OpenStack's Object Storage. https://docs.openstack.org/security-guide/object-storage.html Might the following be a workaround? Multi-attached volumes (https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/compute_volume_attach_v2) + `CACHEPOT_DIR` that points to the shared volume
`cargo audit` ``` Crate: time Version: 0.1.43 Title: Potential segfault in the time crate Date: 2020-11-18 ID: RUSTSEC-2020-0071 URL: https://rustsec.org/advisories/RUSTSEC-2020-0071 Solution: Upgrade to >=0.2.23 Dependency tree: time 0.1.43 └── chrono...