Results 13 issues of George Liao

**Describe the bug** Any executables of multipass project fail to link at the linkage phase. It is due to the system library `libQt6Network.so.6.4.2` links to `libcurl-gnutls.so.4` and the latter one...

bug

WIP close #3568 **git submodule**: - Original repo 1. vcpkg, updated to 2024.09.30. **vcpkg**: 1. grpc, 1.52.1-> 1.60.0, ongoing. Things about grpc: grpc has two layers of patches, the first...

**Describe the current situation** The current implementation of `Utils::run_cmd_for_output`, `Utils::run_cmd_for_status` is stale, meaning that it still interacts the raw `QProcess` and it did not handle erroneous cases properly. Nowadays, we...

enhancement
medium