Hunter Richards
Hunter Richards
### Environment - OS and Version: Windows 11 Home 21H2 - VS Code Version: 1.69.2 (user setup) - C/C++ Extension Version: 1.11.4 - Other extensions you installed (and if the...
Added `const` qualifier to the following functions: - `CKKSEncoder::encode` - `CKKSEncoder::encode_internal` - `CKKSEncoder::decode` - `CKKSEncoder::decode_internal` These functions do not actually modify the `CKKSEncoder` object. Therefore, they should be declared as...
Aims to fix the flood of warnings given by Clang because of unqualified calls to `std::move`.
Permission denied while trying to connect to Docker socket inside container after updating to 4.28.0
### Description I used to be able to use Docker from within a Docker container by mounting the host socket with: ``` -v /var/run/docker.sock:/var/run/docker.sock ``` and adding the host group...