Ryan Idrogo

Results 13 issues of Ryan Idrogo

Log the output of the gulp command if a debug log level is provided or if the command errors out.

### Description When using npm [local paths](https://docs.npmjs.com/files/package.json#local-paths) (ie a `package.json` dependency that is not in npm but rather on the local file system), `sam build` builds correctly the first time,...

area/build
maintainer/need-response

**Describe the feature that you'd like** I would like a git graph view in the side Activity Bar/Panel. Ideally integrated in the existing Source Control Activity Panel.

feature request

### Describe the bug `Cluster.fromClusterAttributes` does not properly set `autoScalingGroup` ### Expected Behavior `autoScalingGroup` to be set ### Current Behavior Is `undefined` which leads to NPEs. ### Reproduction Steps ```...

bug
@aws-cdk/aws-ecs
needs-triage

### Describe the bug [`AsgCapacityProviderProps` declares `autoscalingGroup` to be an `IAutoScalingGroup`](https://github.com/aws/aws-cdk/blob/d9952610f21eca1ca30aece99c1b911eaaed58b8/packages/aws-cdk-lib/aws-ecs/lib/cluster.ts#L1259) but then [coerces to an `AutoScalingGroup`](https://github.com/aws/aws-cdk/blob/d9952610f21eca1ca30aece99c1b911eaaed58b8/packages/aws-cdk-lib/aws-ecs/lib/cluster.ts#L1285). ### Expected Behavior Properly handles `IAutoScalingGroup` or does not allow `IAutoScalingGroup` to be...

bug
p1
@aws-cdk/aws-ecs
effort/medium

In certain build environments having the ability to specify the JAR directly is more useful than using a directory path. It should retain backwards compatibility if a JAR is not...

Doesn't look like ES 5.x is supported.

### What happened? One of the options presented to users when using `npx create-remix` is whether or not to initialize a git repo. If the user chooses not to, then...

bug
stale

### What happened? When `lefthook` is not installed (on OSX), it throws a failed to install dependencies error which is misleading. We should 1. Update the README to note that...

bug
stale

### What happened? After a clean install, running `npm dev` results in the following message in the browser: ``` Lambda init error Error: SyntaxError: Cannot use import statement outside a...

bug