David Matson

Results 34 issues of David Matson

Closes #2444. Avoid the overhead of creating and deleting temporary files. Anonymous pipes have a limited buffer and require an active reader to ensure the writer does not become blocked....

Finish before break

**Description** I'd like to use code such as the following in a project that gets Catch2 via vcpkg and have it just work (not require a port overlay or patch...

**Describe the bug** When a test case writes to stdout or stderr, it is never captured by the xml or junit reporters on Windows. **Expected behavior** When a test case...

GitHub Enterprise supports creating and using Personal Access Tokens for authentication over HTTPS. It also supports single sign-on, such as with Azure Active Directory. I believe the plugin for Azure...

github

ILoggerProvider access TelemetryConfiguration through the service provider via IOptions rather than directly. As a result, the service provided does not have TelemetryConfiguration in its list of disposable items, and disposing...

**Is this an ISSUE or FEATURE REQUEST?** (choose one): --- FEATURE REQUEST **Which release version?**: --- 1.0.17 **Which component (CNI/IPAM/CNM/CNS)**: --- CNI? **Which Operating System (Linux/Windows)**: --- Windows **For windows:...

A bot auto-closed PR #2372 and said to re-open if it was still relevant, but there doesn't appear to be any way for me to do so.

Needs: Triage (Functions)
Storage
storage-reviewed
Track 1

A bot is auto-closing PRs with instructions to re-open them if they're still relevant, but there doesn't appear to be any way to do so. For example: [#2372](https://github.com/Azure/azure-webjobs-sdk/pull/2372#issuecomment-1158187825) > In...

Needs: Triage (Functions)

Is there a way to enable and disable handlers dynamically based on client configuration? For example, VS Code [recommends](https://code.visualstudio.com/blogs/2016/11/15/formatters-best-practices#_multiple-formatters) that a formatter provide a client setting to enable or disable...

The language server protocol [documents](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#implementationConsiderations) how to configure input/output via command line options. It would be great if an extension method were available that handled command line options in this...