Mario Bielert
Mario Bielert
Yeah, I just stumbled over this issue myself. The culprit should be [this commit](https://github.com/mosquito/aio-pika/pull/316/commits/5d3d5451ef33d1e31828bb10cef45e037c44b6f8). All callbacks are now stored in `WeakSet`s and thus, whenever they go out of scope, the...
We need https://clang.llvm.org/docs/ClangFormatStyleOptions.html#mainincludechar Which is Part of clang format 19 ...
With clang-format-19 this works. With older versions it doesn't. ``` MainIncludeChar: Any IncludeBlocks: Regroup IncludeCategories: - Regex: '^$' Priority: 3 - Regex: '^$' Priority: 4 - Regex: '^' Priority: 5...
the tarball created by `make dist` includes submodules, while the default files created by github does not. So yes, it is required.
Maybe we can learn from this: https://github.com/benfred/py-spy
In addition, add it to the manpage
Also, there is the VEDA and VERA: https://github.com/SX-Aurora/veda Especially, [this](https://github.com/SX-Aurora/veda/blob/master/src/smi/veda-smi.cpp) looks helpful.
A better one-liner: ``` for EVENT in `perf list | head -n 100 | awk '{print $1}'`; do lo2s -E $EVENT -o lo2s_$EVENT -- true; done ``` With the current...
See also #319
A detailed overview of the storage stack in Linux: https://www.thomas-krenn.com/en/wiki/Linux_Storage_Stack_Diagram