DS
DS
> @Desour Could you try again with the smoothing spread to 4 frames instead of 5? Sure. But can you not reproduce? Still happens with 4.0f.
:shrug: It's still noticeable. And if reasonably possible I personally don't want to see the effect at all (because I'm perfectionistic). But I don't think I should be the one...
> [@Desour](https://github.com/Desour) considering the thumbs up, would like to open such issue? I looked into it but I fear I lack the expertise to do a proper job Tbh, I...
>I took a shot Thanks! > What bugs me about this particular issue is that the selection box in "outline" mode should use a solid material and register in the...
Instead of removing the nodes there, what about not iterating one too much: https://github.com/luanti-org/luanti/blob/fde6384a099143a4a3033e090d61296b1d15f051/src/mapgen/mapgen_v7.cpp#L540
FYI, I've experimented a bit with code generation (using C++ templates) for serialization here: https://github.com/Desour/minetest/tree/sscsm_serialize For simple structs, you essentially just have to specify the names of all the struct...
It doesn't seem to work for me: ``` kf.coreaddons: "Could not find plugin kf6/parts/konsolepart" feature not properly read PerfHeader::CPU_TOPOLOGY 516 348 unhandled feature PerfHeader::CACHE 2868 unhandled feature PerfHeader::MEM_TOPOLOGY 64 unhandled...
>can you provide me with such a perf file, or steps required to reproduce it? Do perf files contain personal information? `perf record -o perf.data --call-graph dwarf,8192 --aio -z /usr/bin/neofetch`...
I'm also on arch (last updated 2025-09-05). (I just used neofetch because I wanted to take some arbitrary program. (Looks like I still have it installed from an official arch...
As said in , it works without the explicit `--aio`. Sorry for the miscommunication if I was unclear there! > Works fine without `-z` or `--aio`. --- I can confirm...