Ethan Bergstrom

Results 16 comments of Ethan Bergstrom

I see the issue - EC2 waits about 5 minutes after the instance is up to even create the console. Note how the console is completely blank at 9:32 CT:...

AWS's response: > While I understand the delay in console output can be inconvenient, the AWS documentation on instance console output does not specify any timing details for this process....

+1 to this issue. My custom module manifests getting overwritten is the primary reason why my pipelines are pinned to Crescendo 0.4.1, because otherwise I'd have to rewrite them to...

I'm also good with a simple flag to not overwrite an existing manifest. As far as naming the parameter, I don't have any strong opinions, but `NoClobber` is a [standard...

appget looks interesting, but until private repos are available for production server workloads I'll be sticking with DSC+OneGet+ChocolateyGet+Chocolatey.

I've started actively working on a new PackageManagement provider that can lay over the top of WinGet. Based a quick review the CLI doesn't look too different from Chocolatey, so...

I have my first attempt at a stop-gap PackageManagement provider [up on PSGallery](https://www.powershellgallery.com/packages/WinGet) this morning, it should work on both PowerShell 3 through 5.1 and 7.0.1+. I've noticed on first...

To piggy-back onto this - I'm not able to switch my [OneGet](https://github.com/ethanbergstrom/winget) or [AnyPackage](https://github.com/AnyPackage/AnyPackage.WinGet) providers over to leveraging the official WinGet PowerShell module for provider interaction due to both package...

This doesn't seem to be fixed with the 1.1 preview when used with `-targetDirectory` functionality, which still emits the old-style JSON.

Quite a few installers require input parameters via silent installation - MSIs even support this natively. Manifests should definitely be able to handle taking in parameters (optional or required) for...