Alexis Murzeau
Alexis Murzeau
The previous PR was found too big to be merged, maybe a simpler alternative that just call `GetComputerName` if GetHostname is not available would be good enough ? This would...
Hi, I get this too, even when the output rate is slow, the output seems buffered. After analysis and using tail on the 7-CMakeBuild.log file, I found that: - The...
I've compiled this patch and indeed, the build system need a modification to pass around `USE_COMPILER_TLS`. I've applied this: ```diff --- a/Makefile.system +++ b/Makefile.system @@ -1016,6 +1016,10 @@ ifdef USE_SIMPLE_THREADED_LEVEL3...
The availability of this option is interesting as users with a small screen resolution won't like much the new release I guess which use a bigger font and makes the...
> > > We should add more details and token types. > > Things that are easily lexically derived (such as preprocessor defines and doxygen tags) don't need to be...
Also, an interesting information is a modifier to indicate if a parameter is passed by non const reference, which would allow the user to see where a variable can be...
Actually, for Debian case, the version used is not the master branch but 0.9.2. The master branch should be already fixed since this PR: https://github.com/tobimensch/aqemu/pull/69 @Ultracoolguy Can you tell on...
Its probably that you didn't enabled testsigning. See here: https://github.com/eiz/SynchronousAudioRouter/releases
secure boot can be disabled in the bios.
secure boot is a thing added since EFI so only a signed bootloader can boot. Usually, when installing something like Linux, you need to disable it so the bios allow...