TobyBrull

Results 4 comments of TobyBrull

`matplotlib` is definitely installed; otherwise, I wouldn't get output when using the `math` directive. Also the strace output shows that several matplotlib files (fonts) are opened properly immediately before the...

I patched the v0.11.0 tarball (moved the "#endif" in TracyProfiler.cpp two lines down) and this seems to prevent the tracee from sending the sources. But now it hangs on exit,...

Having the same issue. Building with ``` rm -rf build/ && cmake -S. -Bbuild/ -DCMAKE_EXPORT_COMPILE_COMMANDS=On -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -GNinja -DCLANG_INCLUDE_DIRS=/home/toby/micromamba/envs/for-zig/ && ninja -Cbuild/ ``` in a dedicated conda env on...