Mr. Doge
Mr. Doge
running `watchexec --restart "cargo run"` directly in cmd.exe works ``` [package.metadata.commands] dev = 'watchexec --restart "cargo run"' ``` but when I run (in cmd.exe) `cargo cmd dev` I get: ```...
I compiled a COM server using : `python -m nuitka --mingw64 com_server.py` I register using `win32com.server.register.UseCommandLine()` but I get many this error message ``` "pythoncom is frozen, but sys.frozen is...
since I can only loop through every window and use `VD.getDesktopNumOfWindow(wintitle)` I'll return array of array `windowsByDesktopNum:=[]` ```autohotkey loop VD.getCount() { windowsByDesktopNum.push([]) } ``` `windowsByDesktopNum[desktopNum].push(hWnd)` ___ I could build hashmap...
I don't want to do this manually: I usually do it like (to move everything from 1 to 2): Numpad5,Numpad1,Numpad5,Numpad1,Numpad5,Numpad1 I could have spammed Numpad8 but there's a bug that...
^Z doesn't work, Ctrl+Z works even though they both display ^Z thanks to schandrasekhar: https://github.com/antlr/antlr4/issues/844#issuecomment-441673407
#7 also renamed "quoteBrackets" to "SameBracket" to help understand when changing settings
the actual .exe builds to .libs/ somehow .dll dependencies gathered using Process Monitor for: msys64/mingw32 msys64/mingw64
https://github.com/FuPeiJiang/autotrace/actions/runs/8772937293/job/24072433400?pr=2 https://github.com/FuPeiJiang/autotrace/actions/runs/8772937293/artifacts/1433255528
`C:\Windows\INF\setupapi.dev.log` I think it has to do with undocumented flags: `Rapr.exe` : DrvSetupUninstallDriver(`0x00000001`) ``` >>> [SetupUninstallOEMInf - oem25.inf] >>> Section start cmd: "Rapr.exe" inf: Flags: 0x00000000 dvs: {DrvSetupUninstallDriver - C:\windows\INF\oem25.inf}...