avengerx
avengerx
Hi, I found the Consolas font "cuter" in my google docs and I am using this change to lines 267-268 of the script: ```javascript if (!inSrc && (font===font.COURIER_NEW || font=="Consolas"))...
All other flags taking arguments support this currently. It means using: `--remote-root=my_remote_folder` should work with this change.
It now favors the `--flag=` instead of `--flag ` syntax. This has been supported by git-ftp for a long time, [since Feb 26th, 2010](https://github.com/git-ftp/git-ftp/commit/80ef52979c6ed7eecd9dfe059f0203ffd4ab5807), commit 80ef52979c6ed7eecd9dfe059f0203ffd4ab5807. The format here is...
[winprojectexampledll/main.cpp:247](https://github.com/CalcProgrammer1/openrazer-win32/blob/master/winprojectexampledll/main.cpp#L237) always return null for some reason. I have ensured the file exists (added the block below right before the load), and indeed, if I just run from VS it...
#### Operating system and version: Windows Server 2012 R2 NodeJS 20.15.1 Git for Windows 2.45.2.windows.1 Cygwin1.dll 3.4.5 #### `nvm debug` output: ```sh # command not found? ``` #### `nvm ls`...
The binary available in the release of the repo works great in a Windows Server 2012 R2. But when I put it for the run in a Windows 10, all...
I have reproduced this with MP3 files from different sources, but if I set the id3v2 from WinAmp (2.95) or from the id3 tool itself (using Windows 64-bit build, v0.81),...
Implementation of what I suggested in #79. But I only implemented "save all", without an option to save a specific window. This shouldn't be very difficult based on the existing...
Currently the CLI seems only to be able to resize (at least as far as commands are listed in the CLI --help: ``` c:\apps\winresizer>windowresizer.cli.exe --help __ __ _ _ ____...
The SaveAll feature calls Save() every time for each window it locates. So if there's 25 windows to be saved, the app will call `File.WriteAllBytes()` 25 times, instead of building...