Justin Grote
Justin Grote
OK, after some experimentation and discussion with @SeeminglyScience, doing inlay hints is probably not feasible as of PS7.4, as the current implementation would basically have to get a `CompletionResult` for...
@andyleejordan you probably sent it to me and it fell off my to-look list :)
Awesome! When I get done with the next release and Github Action I'll try it out and make sure it is compatible. You're the best!
@ThomasNieto Looks pretty good! Some thoughts: 1. You could use `Install-ModuleFast -Plan` to provide a package get/find operator 2. If multiple packages are specified to install together (e.g. -name 'package1','package2',...
I think the best way to do this would be similar to how get-module operates, where by default it only gets the settings explicitly specified in the user profile, whereas...
@DHowett-MSFT The best option for implementation looks like: 1. Refactor the json parser to return nested hashtables rather than objects (breaking change maybe? Shouldn't be for most cases) 2. Use...
@DanRobinsonHPE confirmed looks like there is an issue on 5.1, it works just fine on Powershell 7, looks to be a packaging issue with the newest version. 
@bust4rhymes this module does not install nmap for you, you have to supply it.
@securatodd what version of Powershell are you running? It's only meant for 5.1+
Thanks, I'll try to investigate when I get time but unfortunately I have very little bandwidth for my community repos at the moment. Sorry, it is what it is :/