David Golub
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...
Using `go get` to install an executable produces a deprecation saying that `go install` should be used instead.
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...