Michael Klement

Results 171 issues of Michael Klement

Currently, a script/function's parameter is only considered _bound_ if an actual value was supplied by the _caller_. Notably, this means that parameter _default values_ are _not_ reflected in `$PSBoundParameters`, which...

Issue-Enhancement
WG-Language
Issue-Discussion
WG-NeedsReview
KeepOpen

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

Related: #9497 While `pwsh -Command -` and `pwsh -File -` both accept command input from the pipeline / from stdin: * they **exhibit undesirable pseudo-interactive behavior**: * they execute each...

WG-Interactive-Console
Issue-Discussion

First things first: Great module, thanks for sharing. When you tab-complete a generic type, the `` ` `` characters don't get escaped, which means that the completed results cannot be...

_Update_: The decision in #8603 to rely on `Console.Clear()` amounts to inconsistent behavior across platforms, for no good reason (there's no native behavior that needs to be emulated; native behavior,...

Issue-Enhancement
WG-Interactive-Console
Committee-Reviewed
Waiting - DotNetCore
Resolution-No Activity

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-Engine
Needs-Triage

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-Engine
Needs-Triage

Observed in both `Terminal.app`, the default terminal application, and popular third-party alternative `iTerm.app`