Patrick Stewart
Patrick Stewart
Thanks for developing it! I have something like 120 test cases, each of which produce 5 metrics. It's useful to be able to see everything as well as subsets. It's...
Assuming microsoft intend to keep the 14.XX and 19.XX version numbers in lockstep, and we never get to 14.100, you can check the version at runtime like this: ``` #ifdef...
Ended up here trying to fix my own issue. FWIW it means the debuglink hasn't been added. It seems lld sometimes takes a debuglink from the system runtime which prevents...
FWIW something like this works: ``` #!/usr/bin/env python """Example integrating an IPython kernel into a GUI App. This trivial GUI application internally starts an IPython kernel, to which Qt consoles...