Eric Loveland

Results 21 comments of Eric Loveland

The only downside to this approach is that the fonts themselves aren't actually RCs, it's more that the build system for Nerd Fonts is an RC and as such, updates...

This is clearly the wrong place for this discussion, but I'm not sure where it belongs, Google groups? I think it may be wise to discourage use of the `AllowMultipleVersions`...

I'm looking to pick this up. Does anyone know why [it's using `Invoke-Expression` for all of the `choco` calls](/chocolatey/cChoco/blob/9754a15374428b87724281710358ec2b2cdbb688/DSCResources/cChocoPackageInstall/cChocoPackageInstall.psm1#L224)? Error handling is a bit more challenging when using that. ```powershell...

@ferventcoder, is your question about packages that will not install under the **System** account or about packages that fail? In terms of failure, this is really more about general error...

> does cChoco not support the Credential option? I was under the impression that DSC supported Credentials across the board? This is supported as of PS 5.0, unfortunately not everyone...

This would make using multi-region keys considerably easier, especially in a DR scenario (not sure if KMS has ever gone down in a region but it's feasible). I'll take a...

See #1026 for more details on why this change was made. Fargate is one of the few situations (along with `hostNetwork: true`) where this comes into play, because unlike most...

Will Terraform's native support for stacks help move this forward? If so, can the community (myself included) help with implementation?

This is what I've come up with so far. I'm still looking to see if there are non-`IDE0055` options that are conflicting as well. These can be set to `ignore`...

Also, these seem to be the only (documented) `IDE0055` settings that aren't applicable: ```editorconfig dotnet_sort_system_directives_first = true dotnet_separate_import_directive_groups = false ```