Matt Schulte

Results 9 issues of Matt Schulte

Previously the docs for the Zero Trust desktop client mentioned that our proxy supports either SOCKS or HTTPS proxies. The HTTPS proxy is not correct. We support HTTP only.

**Describe the bug** If you attempt to install the Debian K4A package using `apt` (or `dpkg`) the install we fail by default. This is due to the interactive EULA which...

Bug
Linux
Triage Approved
ARM

Getting started here: https://docs.microsoft.com/en-us/azure/devops/artifacts/symbols/setting-up-github-sourcelinking?view=azure-devops

Enhancement

I'm running vscode on a Windows 10 box. If my settings for cmakePath includes ${workspaceRoot}, the extension complains that the path is incorrect. I've tried the following two separate ways:...

The current usage of the CMAKE_SOURCE_DIR variable causes build breaks when compiling zlib in a subdirectory of the CMake tree. Instead of using CMAKE_SOURCE_DIR, we can use PROJECT_SOURCE_DIR to represent...

Repro Steps: 1. Open up WireShark and filter on your primary interface for DHCP traffic 2. Run `passthru.exe "udp and ((udp.DstPort == 67) or (udp.DstPort == 68))"` 3. Run `ipconfig...

This allows users to get access to the elements of the history buffer in historical order.

I'm trying to integrate `locate-dwarf` into my own crate but the usage of `anyhow` has made it difficult for me to make decisions based on the errors returned. For example,...