Chris Hunt

Results 64 comments of Chris Hunt

@henrikdahl I tried to look into it but I couldn't figure out how to trace the source of the CPU usage. Can you give some tips?

I added both and it still prompts on the first install unless you visit the MS Store interactively first.

I will re-test. When I encountered this it was 1.2.

I'm trying to update the images and trying to install `mssql-server-fts` . ` Get:1 https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019 focal/main amd64 mssql-server amd64 15.0.4236.7-1 [270 MB` runs for over 30 minutes. On my desktop,...

@Suncatcher We're working on getting the new version published to the PowerShell Gallery. Old version: https://www.powershellgallery.com/packages/AudioDeviceCmdlets/

I can't imagine the linting checks ever passed. I can probably fix those as well within this PR if you like.

I'm having a similar problem but the other way around. I'm trying to assign a Space-scoped user role with the team inline data block. ``` user_role { space_id = data.octopusdeploy_space.space.id...

I personally use `Write-Error` over `throw` most of the time so that's what's intuitive to me.

It does appear to do the same thing (and more), but it crashes/terminates PowerShell when I try to `IEX` it. I'll poke around and see if I can figure out...