Clete Blackwell II

Results 7 issues of Clete Blackwell II

### Terraform Version ``` Terraform v0.12.18 + provider.archive v1.3.0 + provider.aws v2.43.0 + provider.null v2.1.2 ``` ### Terraform Configuration Files ```hcl resource "aws_sqs_queue" "queue" { count = length(var.queue_definitions) name =...

enhancement
core

Is there an easy way to disable caching for testing purposes? A simple example is below; where I cache a URL. The second test always fails because the result is...

### Bug description I signed up for the cloud trial and tried the `wget` instructions on my Proxmox (debian) system, but it failed, saying that it was built with `--disable-cloud`...

bug
area/packaging

I installed plaid-cli and set these env vars: ``` PLAID_SECRET= PLAID_CLIENT_ID= PLAID_ENVIRONMENT=development ``` Running: ``` ~  plaid-cli link Error loading tokens from /Users/clete2/.plaid-cli/data/tokens.json. Assuming empty tokens. Error: unexpected end...

### Contribution guidelines - [x] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree ### Checklist prior issue creation - [x] I understand that failure to follow below instructions may cause...

bug

**Describe the bug** In v25.05.3-linux-x86_64-portable on Proxmox (6.17.2-2-pve kernel), I can't list information about a drive. I have tried both new drives and existing drives, and I always get the...

bug

I am using opencode with a LiteLLM proxy that has a SSL cert signed internally by my corporate organization. When I try to test it, I get an error message:...

help-wanted