Ivan Melnikov
Ivan Melnikov
`man`, at least on some linux distros, ignores files that don't have have the numeric suffix that corresponds to the man page section. This commit adds the suffix to the...
**Describe the bug** If I'm careful enough to click any button (Settings, Free/Sync toggle, presets, ...), it does not work immediately, but only later when I move the pointer. I...
I was building vkmark package for a distro, and found that vkmark tests fail on i586. Running `./tests/vkmark-tests` produces the following output: ``` vkmark: unrecognized option '--invalid' [test_scene_1] : FPS:...
I'm using CardinalFx LV2 in Ardour 7.5. When I bypass CardinalFX, the track becomes muted completely, I don't here the original, unprocessed sound.
This fixes build with boost 1.84.0.
When trying to compile Boost 1.86.0 on my ppc64le machine, I get the following error: ``` "g++" -fvisibility-inlines-hidden -fPIC -m64 -pthread -fvisibility=hidden -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fno-strict-aliasing...
When porting my software to boost 1.86.0, I found a strange error that I narrowed down to the following example. `test.cpp`: ```c++ #include int main() { return 0; } ```...