Patrick Storz

Results 14 issues of Patrick Storz

This allows to use pacman completely unattended using the --noconfirm switch which automatically accepts the default answer. See https://github.com/Alexpux/MSYS2-packages/issues/1141

Currently all folders are shown on the same level with names like ``` Folder1 Folder1.Subfolder1 Folder1.Subfolder2 ``` Actually it would be much clearer if the folder tree wouldn't be flat,...

type: enhancement

This might often be desirable to achieve dynamical scaling of an image to fit the container. We already have `--enable-viewboxing` which is supposed to remove `width`/`height` attributes (thereby resulting in...

enhancement
needs-discussion

The project needs proper documentation. Current consensus is that - using [Sphinx](http://sphinx-doc.org/) to create the documentation and - publishing the result on [Read the Docs](https://readthedocs.org/) would be the preferred way...

enhancement

Investigate whether stripping `width="100%"` `height="100%"` from `` elements is save.

enhancement
needs-investigation

Scour currently only supports inline CSS (and even that support might be broken in some cases as we might not always implement the proper inheritance rules). A very desirable aim...

enhancement
needs-investigation

Consider a command like ``` scour file.svg output_directory/file.svg ``` If "output_directory" does not exist already, scour fails with an error: ``` Traceback (most recent call last): File "C:\msys64\mingw64\bin\scour-script.py", line 11,...

enhancement

While we're in the process of migrating data from the old repository, it might be a good time to check what else might be worth to keep. Personally I'd say...

needs-discussion

Group collapsing won't work on groups that have an ID. By setting `--enable-id-stripping` one can achieve stripping of the ID and as a result collapsing of the group. Question is:...

enhancement
needs-discussion

Hi all, the latest update seems to have made it impossible to do a full system upgrade of MSYS2 unattendedly (i.e. via CI on AppVeyor). 1. The removal of catgets...