Ryan Idrogo

Results 6 comments of Ryan Idrogo

> My issue was not this issue but rather [that other](https://github.com/microsoft/vscode-remote-release/issues/6997) alleged "duplicate" which, for some reason, got closed. > > Good news: [This](https://github.com/microsoft/vscode-remote-release/issues/6997#issuecomment-1310030863) absolutely works! > > ``` >...

Workaround for anyone interested: ``` (this.cluster as any).autoscalingGroup = this.autoScalingGroup; ```

As a hack (since I know that `newInstancesProtectedFromScaleIn: true` is set on my ASG), I tried: ``` (this.autoScalingGroup as AutoScalingGroup).protectNewInstancesFromScaleIn = () => ({}); ``` But actually adding the `AsgCapacityProvider`...

> I cannot think of any reasonable output that can support every use case of such function. I know I haven't thought about it as much as I'm sure you...

> > I would like this even more on a file level: > > ```js > > test.describe.configure({ workers: 1 }); > > ``` > > > > > >...

Hi Siren team, we're looking to start playing with this branch and since it has been a month without accepting the pull request, is there a reason/call out for why...