Mathias Lykkegaard Lorenzen

Results 390 comments of Mathias Lykkegaard Lorenzen

> @ffMathy can you explain exactly what you're trying to do? Sure! If you look at the original image I posted (a screenshot), you can see that I created a...

Thank you so much. The problem (if I recall correctly) was that the HTTP node was not flexible enough for me, but I am not sure if that flexibility is...

Curious as to the `p2-nice-to-have`, as it is technically a regression right? It's an advertised feature that is being removed, I suppose? And if that's the case, we should at...

Yes, sorry. I will provide new input with that given environment variable as soon as possible.

Here are the leaks: ``` Promise leak detected: CONTEXT(816): rpcKeepAlive STACK_TRACE: Error: at Object.debuggablePromise (/workspaces/REDACTED/node_modules/@pulumi/runtime/debuggable.ts:84:75) at Object.rpcKeepAlive (/workspaces/REDACTED/node_modules/@pulumi/runtime/settings.ts:614:25) at Object.registerResource (/workspaces/REDACTED/node_modules/@pulumi/runtime/resource.ts:500:18) at new Resource (/workspaces/REDACTED/node_modules/@pulumi/resource.ts:556:13) at new ComponentResource (/workspaces/REDACTED/node_modules/@pulumi/resource.ts:1228:9) at...

I can't create a repro right now unfortunately. The code base is huge and we are quite busy for Q4 work that needs to be finished. The code I am...

More details for everything related to the Node group, security group and cluster. ``` const securityGroup = new aws.ec2.SecurityGroup( 'cluster-security-group', { namePrefix: 'cluster-security-group-', vpcId: vpc.vpcId, description: 'REDACTED', ingress: [{ protocol:...

@Bre77 thank you for your comments. In an attempt at making this more Home Assistant standard, I have also extracted the service into two separate calls. Be mindful though that...

Oh, and be mindful that I still need to extensively test these latest changes before we merge, but it should be reviewable now.

@emontnemery what direction I should go for (entity or domain services) and time for me to QA it. Don't have a lot of time these days but will get it...