Sushrut Shringarputale
Sushrut Shringarputale
Suggestion: Use multi stage docker build to only copy data model files instead of also including the whole tar file. Multi stage build will also mean that only the dlib...
The current Release build configuration for Windows generates a MultiThreadedDebugDll. This uses the Debug heap on Windows. When paired with the Release versions of the TSS libraries, there are memory...
I found that MacOS Sierra+ uses a different version of OpenSSL to run encryption and decryption (LibreSSL 2.2.7), which is not directly transferrable to the Travis build systems. While there...
# Abstract Referring to discussion: [4455](https://github.com/nlohmann/json/discussions/4455), this pull request introduces the implementation to retrieve the start and end positions of nested objects within the JSON during parsing. # Motivation We...