Max S.

Results 9 issues of Max S.

This occurs randomly, sometimes works as normal, sometimes not. When the ◆ Compose key is pressed, the _Scroll Lock_ LED lights up until the composing is done. This is the...

bug
can’t reproduce
maybe-fixed-please-test

I tried to remake the logo for this extension with my ultra-bad graphic design knowledge as a hobby. It turned out like this: ![logo](https://user-images.githubusercontent.com/49621788/112379918-80125e00-8cc7-11eb-9063-af252b2953c5.png) I think it can be a...

I would be interesting and useful if the scrolling sync was **proportional to the number of lines of each file**. For example: A file with 100 lines and other file...

## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ With default settings, the...

Idea-Enhancement
Help Wanted
Product-PowerToys Run

The icon is located at `C:\Windows\System32\shell32.dll` and `C:\Windows\System32\imageres.dll`. It can be extracted inside Windows. # Why? A script that helps extract the icon can help to not have the images...

enhancement

When using a non square image, it get stretched in the final icon. Example using a 350x80 image: ![image](https://github.com/moxwel/winlabeler/assets/49621788/3c2c48c8-7f7f-44ff-be8d-805b630457b2)

bug

Make the shadow adjustable through CLI arguments. ![image](https://github.com/moxwel/winlabeler/assets/49621788/f3ffd64d-23d8-4841-98b6-073cfa71c937) # Example ``` python winLabeler.py "C:\example.png" --shadow 5 ``` ``` python winLabeler.py "C:\example.png" -sh 5 ``` > Add shadow with 5 gaussian...

enhancement

The program saves the following resolutions: 256, 48, 32, 16. The Windows folder icon has many more: 256, **64**, 48, **40**, 32, **24**, **20**, 16. File Explorer normally renders only...

enhancement

# Steps to reproduce Execute one time. ``` python winLabeler.py "C:\example.png" ``` No problem. Execute again. ``` python winLabeler.py "C:\example.png" ``` Python throw `FileExistsError` because `out.ico` already exists. # Possible...

bug