Results 14 issues of conversy

on macosx, with emscripten 1.7.8 I got to replace CppHeaderParser with v2.4, had to remove a few '$'s in box2d.clean.h since CppHeaderParser cannot parse them, until I encountered this result:...

Hello, with `-fsanitize=thread`, I get the following warning from remotery code. Looking at [this discussion](https://stackoverflow.com/questions/16644573/is-pointer-dereferencing-atomic), it seems that `volatile`is not enough to guarantee a safe read in `static rmtU32 LoadAcquire(rmtU32*...

Hello, would it be possible to add support to using QEMU ? That would make testing easier to do... I tried with inspiration from https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=89693 but to no avail... I...

enhancement

### Environment - OS and version: MacOS 12.4 - VS Code: 1.70.2 (Universal) Commit: e4503b30fc78200f846c62cf8091b76ff5547662 - C/C++ extension: v1.12.1 - OS and version of remote machine (if applicable): - GDB...

external

OS: MacOS 12.4 VSCode version: 1.71.0 (Universal)Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c CodeLLDB version: v0.2.3 Compiler: clang Apple clang version 13.1.6 (clang-1316.0.21.2.5) arm64-apple-darwin21.5.0 Debuggee: lldb-1316.0.9.46 When browsing the variables in the "RUN AND DEBUG"...

waiting for info
cause:Unclear

Hi, following [this issue](https://github.com/hgrecco/pint/issues/1166) and [this PR](https://github.com/hgrecco/pint/pull/1259) on typing/annotation, I could not find a documentation or a tutorial that would explain how to use `pint` with `mypy`or other Python checkers,...

docs
typing

This a (still incomplete) adaptation for the John Bowen Solaris synthesizer. The adaptation is able to discover a Solaris unit, receive an Edit Buffer and find the name of the...

Hi, The brew home directory has changed on M1 mac, it's not ` /usr/local/opt` anymore, but rather `/opt/homebrew`. here: https://github.com/christofmuc/KnobKraft-orm/blob/20aea14236dca045060658023036e6392f49d90c/adaptions/GenericAdaptation.cpp#L234 `/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.10` should be tested but if it fails, another test...

bug

In [Silice/learn-silice/Documentation.md](https://github.com/sylefeb/Silice/blob/master/learn-silice/Documentation.md#bitfields), line 2100 reads: `Note that the first entry in the list is mapped to the higher bits of the field.` shouldn't it be `Note that the first entry...

documentation

OS: 13.3.1 (a) (22E772610a) VSCode version: 1.78.2 CodeLLDB version: 1.9.1 Compiler: Apple clang version 14.0.3 (clang-1403.0.22.14.1) Debuggee: a C++ + objective c program I build, aarch64 Breakpoints in the C++...

need more info