fghzxm
fghzxm
### Neovim version (nvim -v) 0.7.0 ### Vim (not Nvim) behaves the same? Yes ### Operating system/version Windows 10.0.25115.1000 ### Terminal name/version Windows Terminal Preview 1.13.10984.0 ### $TERM environment variable...
std::result_of is deprecated in C++17 and removed from C++20. std::invoke_result is part of C++17 and seems to be supported by all compilers that we currently support, so use it instead.
Since `Gray{T}` supports whatever numeric operations `T` supports, I think it is reasonable to make `Gray
Setting `-DENABLE_UTILS=0 -DENABLE_TESTS=1` causes CMake errors due to tests/utils/CMakeLists.txt referencing `$` which is undefined. Fixed by including the tests/utils/ directory only if `ENABLE_UTILS` is true.
MSVC by default decodes source files in the current Windows code page if they don't have a Unicode BOM, and also encodes strings and chars into the current code page...
Trying to use gitrev on Windows displaying an East Asian language results in an I/O exception (taken from the build output of haskell-ide-engine): ``` ormolu > app\Main.hs:102:11: error: ormolu >...
Use relative paths consistently when invoking APIs. This makes it possible to reverse-proxy the site to a different path from `/`. Resolves #29.
https://github.com/FoldingAtHome/fah-web-client/blob/38b726ddaf41af8a15a7697425c96c987dce9b79/src/fah/webclient/js/main.js#L1231 Should be `api/session`, not `/api/session`.
This patch adds code to CMakeLists.txt to detect failure to download conan.cmake and handle it gracefully. CMake's `file(DOWNLOAD ...)` command [appears to retain][so] an empty or corrupt file even when...
**类别**: New mirror **镜像名**: apt.llvm.org **上游路径**: ```python3 # See https://apt.llvm.org/, info below may get outdated [f"deb{archive_type} https://apt.llvm.org/{distro}/ llvm-toolchain-{distro}{llvm_version} main" for archive_type in ["", "-src"] for distro in [ # Debian:...