Converting Vim Macros to Functions
From ‘one-off’ to ‘actually I need to do this again…’ Context My often-talked-about video workflow has a bunch of useful features. For example, if I’ve… Read More »Converting Vim Macros to Functions
From ‘one-off’ to ‘actually I need to do this again…’ Context My often-talked-about video workflow has a bunch of useful features. For example, if I’ve… Read More »Converting Vim Macros to Functions
Poking and prodding at the Windows API Background There is an issue with cursors being rendered offset for DPI-scaled windows in OBS, illustrated in this… Read More »Fixing OBS Offset Cursor Issue, Part 3 (investigating with Python-C++ interfaces!)
How do you spell ‘DPI’ ? Summary I was able to find a good place in OBS’ code to fix the issue, but it doesn’t… Read More »Fixing the OBS Cursor Offset Issue, Part 2