Neptunium93

Results 5 issues of Neptunium93

update for python 3.11

set version of chroma-js to 2.4.2

Using criterion and clang-tidy with check [misc-include-cleaner](https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/clang-tidy/checks/misc/include-cleaner.html) is not possible because criterion uses an umbrella-headers see: [include-cleaner#umbrella-headers](https://clangd.llvm.org/design/include-cleaner#umbrella-headers) clang-tidy makes the following change: ```diff -#include +#include +#include ``` Adding `// IWYU...

```sh ./setup-cpp-x64-linux --compiler gcc-15 ... Error: Failed to install apt packages: Could not find package 'gcc' 15 Error: Could not find package 'gcc' 15 at aE (file:///tmp/caxa/applications/setup-cpp-x64-linux/vwn7iqzggq/0/setup-cpp.mjs:45:1374) at process.processTicksAndRejections (node:internal/process/task_queues:105:5)...