Brian Scholer
Brian Scholer
Thanks @jillr , I think we're already always setting `vpc_subnet_id` in our use of `ec2_instance` 😅 Good to hear that it's (seemingly) not a fully breaking upstream change. Thank you...
> > @felixfontein I missed the discussion about this Docs Build feature in the PRs. Why do they get so long? It is quite annoying to work in the PR...
> @russoz @briantist I think `` only make sense if there are more than, say, 5 changed filenames. Having it there all the time makes it unnecessary hard to use...
@lukaszgolebiewski or anyone else who has experienced this issue: I don't currently have an appropriate system to reproduce this. I am wondering if maybe this line: ```powershell Get-Partition -DiskNumber $($disk.Number)...
I wonder if we can use StorageSpaces to reproduce in tests 🤔
I also think it would be best to accept GUID _or_ localized form. I am leaning against the hardcoded English fallback. One thing to consider is that there is not...
There's definitely some weirdness in using multi-line strings in the parser (I don't think this is related to `win_shell`, it would happen with anything, even just a var definition). For...
Hi @mwtrigg ! The documentation for `Install-Module`'s `-Scope` parameter is slightly wrong. They state: > In PowerShellGet versions 2.0.0 and above, the default is CurrentUser, which does not require elevation...
Also I want to say I share your pain on PowerShellGet (and therefore by extension, `win_psrepository`) not supporting machine-wide registered repositories. I also use an internal repo at my company,...
@mwtrigg if you're interested, I have a PR in for the module I mentioned above that can copy registered PSRepositories to other user profiles (including the `Default` profile so new...