David Golub

Results 4 issues of David Golub

DspFilters doesn't compile with Visual Studio 2013. This happens because the relies on #include pulling in std::min and std::max. This is not in the C++ standard and is no longer...

The original `CommandHandler.Create` API supports handler functions that return `int` so that the command can return an exit code other than 0 if there's an error. It looks like the...

bug
Area-API

Using `go get` to install an executable produces a deprecation saying that `go install` should be used instead.

cla: no

This PR updates the .editorconfig file to match the coding conventions used in the C# driver. The changes eliminated something like 95% of the 10,000+ errors from running code analysis...