Hunter Richards

Results 4 issues of 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...

bug
Language Service
Visual Studio
Feature: Code Folding

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`.

### 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...

area/linux
status/triage