Gary Sassano
Gary Sassano
**Describe the bug** The VS Code extension lacks critical linting support. Specifically, when creating a Composite Action, it fails to provide a warning that a `shell` property is required. I...
**Describe the bug** I have the following VS Code configuration: ```json "[github-actions-workflow]": { "editor.defaultFormatter": "github.vscode-github-actions", "editor.formatOnSave": true, "editor.tabSize": 2, }, ``` Yet, when trying to modify `.github/workflows/test.yml`, I get no...
### Describe the bug I'd like to report that the share feature is broken for me when adding new files. I suspect that this happens after the project grows beyond...
**Describe the bug** See screenshots below. **To Reproduce** Steps to reproduce the behavior: 1. With this workflow '...' 2. Do this '...' 3. See error **Expected behavior** `Context access might...
### Version 2.4.10 ### Operating system Windows ### OS version or distribution Windows 10 Enterprise LTSC, WSL2 with Ubuntu 24.04 ### Git hosting provider(s) GitLab ### Other hosting provider _No...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** How to reproduce the behaviour: #### index.ts ```ts import { Logger } from "@aws-lambda-powertools/logger"; import...
### Name of the resource AWS::S3::BucketPolicy ### Resource Name _No response_ ### Issue Description I wrote the following code in AWS CDK: ```ts const policyBucket = new Bucket(this, "PolicyBucket", {...
ICYMI, [Node.js is removing Corepack](https://socket.dev/blog/node-js-takes-steps-towards-removing-corepack). As a result, the pnpm team has [created their own implementation](https://github.com/pnpm/pnpm/pull/8363), which can be enabled using the `manage-package-manager-versions` experimental option. ## Proposed change When specifying...
Tried this: ```sh ❯ volta install node@latest error: Could not unpack Node v22.9.0 Please ensure the correct version is specified. Error details written to /home/user/.volta/log/volta-error.log ``` #### volta-error.log ``` "volta"...