Arthur Kasimov

Results 10 issues of Arthur Kasimov

It would be convenient for users to clearly see which Qt Creator version is required by plugin. Take a look at Help -> About Plugins - all plugins are 3.4.0...

Hi @roxma, I'm having issues while trying to get NCM work with LanguageClient-neovim in Vim 8. In Neovim completions from LanguageClient-neovim work perfectly but I can't get them working in...

Steps to reproduce: 1. Run GNOME Calculator. 2. Switch to Advanced or Financial mode. Observed: Only half of buttons is visible. You have to press a Leaflet button with three...

Steps to reproduce: 1. Run Geary. 2. Select Trash or Junk folder in any mail account. 3. Click Empty button. 4. Observe that blue focus rectangle around the button is...

This PR fixes #12. Basically it makes two small changes: 1. Copy icon groups from the input executable in addition to ordinary icons: ```cpp raw_copy(other, RT_GROUP_ICON); ``` 2. Remove the...

This PR fixes #10 and also supersedes #8. Unlike #8, it doesn't bring `boost::algorithm` dependency to the shim code, keeping it small and lightweight. If the changes look good to...

1. Make a shim pointing to any app with icon, say Notepad: ``` shmake.exe -i notepad.exe -o sample.exe ``` 2. Open Explorer and check the mirrored icon of the generated...

Hey @aloneguid, Thank you for this little gem! This is the only opensource alternative to Chocolatey shim generator I've managed to find! While playing with the tool, I've faced several...

This PR is another take to fix #7. If the user haven't specified `-a` option to `shmake` then the generated shim acts as if `-a %s` was specified. The PR...

This PR allows to run the shimmed application with environment variables specified in the `.shim` file. Example: ``` path = C:\path\to\app.exe MY_VAR = My Value SCOOP_DIR = %LOCALAPPDATA%\scoop ``` The...