Results 8 issues of nanoric

cl version: 19.28.29617 Visual Studio version: 16.9.0 preview error: ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Tools\MSVC\14.28.29617\include\experimental/coroutine(37): fatal error C1189: #error: The and headers are only supported with /await and implement pre-C++20...

For compatibility, I set multiple names for a flag/option. ``` auto option = group->add_flag("--name-a,--name-b", ...). ``` But for now it seems that binding multiple envname to one Option instance is...

GCC Version: gcc (GCC) 13.0.0 20220529 (experimental) steps to reproduce: ``` # build gcc with git@master cd / && git clone --depth 1 --single-branch --branch master https://github.com/gcc-mirror/gcc.git GMP_VERSION="6.2.1" MPFR_VERSION="4.1.0" MPC_VERSION="1.2.1"...

**Describe the bug** Unable to save file with :wq **To Reproduce** open a file, edit, then type :wq\ **Expected behavior** File saved and closed. **Acual behavior** File not saved but...

Is this line a typo? https://github.com/SpinalHDL/SpinalHDL/blob/2fdc3aadfc859bbfcf0fb559658606f3dbe4f705/core/src/main/scala/spinal/core/sim/SimBootstraps.scala#L456C7-L456C7

On Windows, b2 --help says: ``` --prefix= Install architecture independent files here. Default: C:\Boost on Windows Default: /usr/local on Unix, Linux, etc. ``` But if the user calls ```b2 install```,...

### Feature or enhancement When developing with remote SSH interpreter, pyright plugin can' resolve imports. ### Proposed solution The most simple way I can image is let PyCharm resolve path...

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. I'm running dash worker in a isolated network A. These workers has an internal IP address (192.168.0.1) and an...

enhancement
help wanted
good second issue