Max Paperno
Max Paperno
FWIW, similar/same issue here on one of my "little computers." On my main dev box running with NVIDIA GPU and SC v1.0.0 was good (and rendering bitmaps on GPU is...
The error quoted here is simply a result of an overly-permissive regex here: https://github.com/pavelliavonau/cmakeconverter/blob/develop/cmake_converter/visual_studio/vcxproj/parser.py#L287 Changing it to `r".*=='(.*\|.*)'"` fixes the issue and allows the conversion to continue. Now whether it...
From the "maybe better late than never" department, here are a couple ideas... neither tested. Nor am I entirely sure what you want to accomplish exactly :) ### Using a...
Same here still, with SVG files, Win 10 22H2 (though have not yet installed latest 2023-09 KB5030211 cumulative update). I can see the dllhost {AB8902B4-09CA-4BB6-B78D-A8F59079A8D5} process holding onto handles for...
Well the SVG previewer uses a WebView component (basically a whole web browser instance) to convert each individual SVG to a BMP (which at least explains why it's so pathetically...
Hi, thanks for chiming in. Yes, this is on the list/in the works... the "tricksy" part is not having the prefix/suffix editable, and likewise for the cursor to go in...
Well, my "tricksy" part turned out to be more difficult than expected. The input mask technique does work but it is somewhat awkward to use. I did add basic prefix/suffix...
Hi Simon, I should certainly be possible to add a custom SIGUSR2 handler (on any/all processes). What format should the logged output be in? Same as `show --config` with one...
Hi Simon, >1. Maybe you could change this to make to out look less terse (does it still work that way if used in a config file with the spaces)?...
Hi Simon, I was looking for some justification for implementing all this, but haven't really heard it. Even my current version (from the related PR) has an issue that it...