Norbert Pfeiler

Results 57 issues of Norbert Pfeiler

**Describe the issue** - directly upon installation, automatically enabled included services unconditionally apply some profile at boot - to adjust the configuration that’s used at boot, one needs to know...

enhancement

fixes #25 Instead of enabling the service directly, `amdgpu-fancontrol.path` is what needs to be enabled/started now. While working on this i noticed that Linux 5.11 seems to properly apply the...

when i compile a program with msys2 based gcc or clang built with `-g` and run it in gdb, symbols are resolved correctly to file with line numbers but when...

bug
enhancement
help wanted

I’d like to be able to leave the »Dr. Mingw« window open while compiling and running the program again. This is impossible because the linker cannot write the new executable.

enhancement
help wanted

From time to time i let users install Dr. Mingw and it’s a bit weird to tell them that they have to open an Admin command prompt, navigate to the...

enhancement

Currently it’s unclear wether there is any additional info coming or not.

enhancement

Using clang in msys2 works the same as on linux, doesn’t it? So why is it telling me to »use clang-cl instead«?

The default output for a mirax slide in question looks like this: ![gaps](https://user-images.githubusercontent.com/1899299/84580705-9d7dd780-add9-11ea-9b1d-723e7c5830d9.png) The gaps are caused by the fact that the tile grid moves one pixel down at that...

Include directories with spaces don’t work with `windres`: ``` % windres -I"C:/New folder/" -v gcc: error: folder/: No such file or directory Using `D:\msys64\mingw64\bin\gcc -E -xc -DRC_INVOKED -IC:/New\ folder/ -'...

is because > `QMetaObject::invokeMethod(this, &Viewer::run);` stacks up in the event queue. In general that’s bad but thanks to `state::quitSignal` nothing much happens. At least state is guaranteed to be alive...

enhancement