Matthew James Briggs

Results 101 comments of Matthew James Briggs
trafficstars

> I don't feel as strongly about "only one" I also don't feel strongly about "only one" and would hate to see us go from clap -> argh in places...

Does `testsys.kubeconfig.eksctl.lock` need to be deleted and .gitignored?

> Cc @webern - maybe you have an idea of what's going on here? Not at first glance. Looks like this will require a deep dive.

actix major version updates have been difficult almost every time.

There are a few interrelated crates that need to be bumped at the same time.

I think that error you pasted is from (what in my opinion is) an unnecessary lint. I think you can fix it with the cargo deny toml definition by allowing...

Disregard. Still having trouble but the above error was from accidentally not configuring cmake.

Actually, all of my efforts are ending in this failure.

Have we fully vetted that this is the right thing to do? In favor of TryFrom? - https://internals.rust-lang.org/t/pre-rfc-deprecate-fromstr-in-favor-of-tryfrom-str/12331 In favor of FromStr? - https://stackoverflow.com/a/71487402 Ambiguous? - https://stackoverflow.com/a/67386103

Here we can see the API that you are referring to: https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-image-attribute.html ``` [--organization-arns ] [--organizational-unit-arns ] ``` However, we are using Rusoto and I'm not seeing organizations in the...