Mathias R. Jessen

Results 8 issues of Mathias R. Jessen

# PR Summary Fixes #12609 It's currently near-impossible to obtain the exact invocation statement of the current callsite in a script block or script function if the invocation spans multiple...

CL-General
Extra Small

# PR Summary Fixes #4792 More comprehensive test suites needed for ProxyCommand and CommandMetadata ## PR Context ## PR Checklist - [X] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the...

Stale
Waiting on Author
Extra Small

### 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. -...

Issue-Question
WG-Engine
Needs-Investigation

Investigate and implement an LRU-K cache class (see http://www.cs.iit.edu/~yee/classes/cs525aut04/oneil93lruk.pdf)

up-for-grabs

Implement an LIRS (Low Inter-reference Recency Set) cache class (see http://web.cse.ohio-state.edu/hpcs/WWW/HTML/publications/abs02-6.html)

up-for-grabs

A cache replacement policy is only "optimally efficient" in relation to the access patterns of the context in which it is used. Investigate and implement/generate: - A testing harness to...

It isn't immediately clear what we consider a measurable statement, nor how `TimeLine`'s compound measurements per line. Wanted: - [ ] Better examples - [ ] `Verbose` messaging from the...

documentation

# PR Summary Fix #23905 - Remove `TextTrimConverter` from SearchBox control template in the `Microsoft.UI.Internals` XAML theme. ## PR Context The existing behavior causes automatic whitespace trimming of the search...

CL-General
Waiting on Author