Jason Woods

Results 44 issues of Jason Woods

Hi, I was testing using symfony-bridge and hit a few issues. It all started when exceptions causing a 500 error from Symfony would no longer be logged to CloudWatch. It...

It's easy to misconfigure preserve paths. If you preserve a path that, perhaps, receives a single file like a .gitkeep (for Drupal 7 for example the sites/all/themes folder would receive...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary A test should allow setting not just a variable in the environment...

feature

**Description** If you are using SSH certificates with differing principals to sign in, then `ssh_auth.present` can't be used in some cases as it only allows a key to exist once,...

Bug
needs-triage

**Description:** See: https://github.com/brefphp/aws-lambda-layers/pull/192 We're seeing lots of random failures in 2.3.4 and 2.3.3 where the child dies of SIGPIPE at the start of a request - meaning something dropped a...

bug

https://github.com/philips-labs/terraform-aws-github-runner/blob/v5.10.4/outputs.tf#L28 It appears to have a variable that doesn't exist but it is also a literal not a variable. I think it is meaning: ``` location = "s3://${module.runner_binaries[0].bucket.id}/${module.runner_binaries[0].runner_distribution_object_key}" ```

bug
support

| Q | A | -------------------------------------- | --- | Bug fix? (use the a.b branch) | ✔️ | New feature/enhancement? (use the a.x branch) | ❌ | Deprecations? | ❌...

| Q | A | -------------------------------------- | --- | Bug fix? (use the a.b branch) | 🟢 | New feature/enhancement? (use the a.x branch) | 🔴 | Deprecations? | 🔴...

bug
ready-to-test
pending-feedback
code-review-needed

There's still work to do on CLIFramework. GetOptionKit is already solved in `2.7.3` but the lock file isn't updated. This PR updates lock file for the fixed GetOptionKit and also...

This allows the `use` command to switch without a minor version. So you can just simply write `use 8.1`