Amyspark
Amyspark
@doug-walker @hodoulp this was fixed by #1696, I hope to persuade the team to give it an acid test on our Android builds.
Can confirm it still happens on macOS 11.7.3. It's really easy to trigger, connect an external monitor, move Streamlink to it, close it in said desktop, then remove the monitor....
I cannot reproduce this with MSVC 2022 Preview and the Clang/CL binary specified as follows. lld-link is detected on the spot. ```powershell $env:CC="C:\\Program Files\\Microsoft Visual Studio\\2022\\Preview\\VC\\Tools\\Llvm\\x64\\bin\\clang-cl.exe" ``` Are both this...
> What's in your PATH though (are you running from a VS environment)? From a non-VS enabled environment with explicit CC/CXX/C_LD/CXX_LD it doesn't work for me - both this and...
I think the attribute `Qt::AA_EnableHighDpiScaling` needs to be set (not sure if pixmaps need to be adjusted too, I don't have a HiDPI screen on my Linux box to test):...
Hey @lu-zero , @nirbheek just sent this over to me. I'll be taking a look into it later today.
> `setup_options` @tristan957 It's inconsistent with https://github.com/mesonbuild/meson/blob/212af2b278f6cd58b17cabbff4883b5258601a6c/mesonbuild/msetup.py#L196 > In fact, I wouldn't be sad if this didn't return a string at all, but only a confdata.set_quoted string guaranteed to be...
@tristan957 @jpakkane please let me know if this can be merged?
> Arguably, the program should accept an argument sequence of --nm /path/to/dumpbin, but some programs are weird inflexible The original script piggy backs on GNU Make's environment variables, so this...
> That's actually completely untrue, the general issue is that the CC and CXX environment variables are defined by convention (as in, the convention that such a variable exists and...