Taliesin Sisson

Results 51 comments of Taliesin Sisson

@TheBlackMini I believe this works as we have moved the dependency into another block. Locals are processed before dependencies. So you can't refer to a dependency in a local. But...

Hey guys we stumbled into the same kind of issue with Terraform and Kubernetes for the 4th time. I think the realisation that we came to, is that Terraform is...

I think the way around this problem is to make use of the powershell commandlets for certificates. When I used the cmdlet instead of the powershell generated by Chef I...

@sergeydeg and @ilovemysillybanana have a look at #483 and vote for it. This problem exists in .net 4.61 and below. Powershell leverages .net so the problem bubbles up.

I think its supported now: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/profiling-api-status.md This ticket is about app dynamics and new relic with .net core (this is probably whats needed?) https://github.com/dotnet/coreclr/issues/18448 Bonus: someone implementing linux .net cor...

@bbrala two potential approaches are: 1. Scripts set ip address of nics. No changes to Packer. 2. Assign mac address to nics, and then use dhcp with ip reservation (this...

@leroyguillaume please rebase this. In my use case we pre-generate passwords to ensure it meets our security requirements. So we would love to have an easy way to idempotently set...

I have copied the zap source code into my project (messed around with namespaces too) but I eventually got a minimal logging example to work. I had to use go...

#1485 is required for zap to work

@bendbennett are you the right guy to approve the workflow and start the journey of getting this merged in?