Bruce Payette

Results 37 comments of Bruce Payette

@Jaykul We currently have no mechanism for hiding members and adding a special case to the .NET adapter for one particular method on one particular type is unappealing. The root...

@vexx32 I didn't understand your last question. Did you mean the array indexing syntax `$foo[13]` ?

The `NTFSSecurity` module definitely has a problem with bad aliases but I don't see any errors when I load `pspki`. Can you show us the errors you are getting? And...

Note that Get-ChildItem is a generic command that talks to *arbitrary* providers. Changing the type of -filter impacts all of the providers.

For tuples, i definitely agree. (In fact I think we should have more support for tuples (i.e. being able to cast an array to a tuple) being able to "index"...

@mvadu > But latest version of the Powershell (all the way back to v5) somehow jumbles the streams across different instances when run inside a pool. Are you saying this...

1. - It's practically impossible to pass a scriptblock as an argument unless it's encoded because embedding the *raw text* will result in all sorts of parse errors. 2. -...

> stringification is normally applied, so the same should apply to script blocks: That is explicitly not true for scriptblocks. The current behaviour is entirely by design. Whenever a scriptblock...

Since PowerShell is hostable, there is no way to know all of the executables that could take script block so we do it for everything. Conversely, there is no reason...

@SteveL-MSFT @mklement0 Since `Clear-Host` on Windows already clears the scrollback buffer, this new switch `-All` would be a useless parameter on Windows resulting in either an error or it being...