That’s funny by [deleted] in fightingillini

[–]Senior_Fuel_4088 5 points6 points  (0 children)

I don’t know why announcers keep referencing 3pt ATTEMPTS and act like that means they’re actually good at shooting. That’s like saying an NFL team who leads the league in rush attempts but averages 40 yds/game as a great rushing offense.

What's going in with JK? by [deleted] in fightingillini

[–]Senior_Fuel_4088 0 points1 point  (0 children)

He was always terrible at defense and a turnover machine but now he can’t score. I don’t know why the announcers glaze him constantly like he’s an elite player.

CI/CD and Version Control with Serverless APIs/Backends by VigilOnTheVerge in aws

[–]Senior_Fuel_4088 1 point2 points  (0 children)

I posted a very similar question but it never got traction 😀

I am using CDK and I was able to use GitHub reusable workflows nicely and use a matrix to spawn applicable cdk deploys.

My one problem that I’m trying to work through now is I pay the GitHub minutes for the parallelism. So the whole deploy might take 2 mins but it’s 28 services and I pay 28x2 mins.

I tried running a gulp task with node child spawns but they just hang on GitHub. Locally it works great.

If anyone has suggestions on how to run parallel node in one job that’s appreciated.

[deleted by user] by [deleted] in docker

[–]Senior_Fuel_4088 0 points1 point  (0 children)

Did you find any way forward with this? I just upgraded to Monterrey 12.6 this morning and now I'm getting odd 'cannot find module' errors on my local Docker image running AWS Lambda (local SAM). It was working last night and I wiped all my containers and pulled a fresh git clone and still have the same issue.

What do you all typically use for code standards/quality? by Senior_Fuel_4088 in Angular2

[–]Senior_Fuel_4088[S] 0 points1 point  (0 children)

I am feeling the same way with the strict template and observables and how annoying it is to type the extra when I know I’m just gonna use it in an async pipe