Cody Gray

Results 18 comments of Cody Gray

This would be extremely useful to me. I was looking for a `canonicalize` function that would do essentially the same thing. I think that, perhaps, `canonicalize` is a better name...

I can reproduce this reliably, and have been able to for *many* versions of GitExtensions, including the latest at the time of this writing (v3.4.3.9999 with Git 2.28.0.windows.1). Whenever I...

It would be relatively straightforward to do this on Windows. The key is that, while you cannot *delete* a running executable, you can easily **rename** it. So, once an update...

This is not a WinSparkle issue, *per se*. Modern versions of Windows actually support per-monitor DPI, but for compatibility reasons, applications have to specifically indicate that they can handle this....

Additional discussion on this proposal occurred in CHQ; the relevant messages follow: > [gparyani:](https://chat.stackexchange.com/transcript/message/61857176#61857176) @\Makyen Is https://github.com/Charcoal-SE/SmokeDetector/issues/7236 technically viable? > [Makyen:](https://chat.stackexchange.com/transcript/message/61866844#61866844) Yes, but that doesn't mean that it's easy to...

I had this same issue when I downloaded the pre-built binary package (https://github.com/alandefreitas/matplotplusplus/releases), installed it, and tried to build with Visual Studio 2019. In the binary distribution after installation, the...

I can reproduce this problem exactly as @ElonH described. As a veteran Windows programmer, the frozen window looked distinctly like the symptom of an application that was not running a...

A good idea to make usage more convenient, but unfortunately, not useful. Static libraries are toolchain-specific, so you'd have to provide one for every compiler vendor and version—and then still...

It's not clear what issue you are trying to report. Is the problem the color splotching in what should be a gray background? This is obviously a custom application that...

@yu-ting-py That is a different problem than what is described here, with a much simpler solution. You need to link to the MatPlot++ library. Pass the option `-l:matplot.lib` when you...