David Cuthbert

Results 6 issues of David Cuthbert

I see that many of the structs and enums derive `Deserialize` but not `Serialize`. Would it be safe to add `Serialize` to these objects? What I'm trying to do: I'm...

I'm not sure if this is by design or not, but S3 connection objects appear to have a thread-safety issue when used for parallel range downloads. (Interestingly, they don't have...

This allows the fuzz target to indiciate whether an input was useful for the fuzz testing by returning Corpus::Keep or Corpus::Reject. Backwards compatibility is preserved by coercing the unit type...

Running `pip install kappa` in a barebones environment (e.g. AmazonLinux Docker container), or anything where LANG is not UTF-8 (e.g. `en_US.UTF-8`) fails without this patch. This is because `setup.py` runs...

### OpenTofu Version ```shell OpenTofu v1.6.2 on darwin_arm64 + provider registry.opentofu.org/hashicorp/aws v5.46.0 ``` ### Use Cases As an infrastructure engineer, I would like to be able to specify that OpenTofu...

enhancement
accepted