mithomas

Results 6 issues of mithomas

When using SetupBuilder for packaging MSIs we almost always have the requirement of specifying the installation directory by directly specifying ``. I propose the addition of a parameter `installDir` for...

enhancement

When using SetupBuilder for packaging MSIs we often have the need to run a script as part of the installation, which is usually done via a custom action. While SetupBuilder...

enhancement

Running `python -m mkdocs serve` under _Windows 10_ using _Git Bash_ with multirepo enabled using `!import` results in: ``` $ python -m mkdocs serve INFO - Building documentation... INFO -...

Running `python -m mkdocs serve` under _Windows 10_ using _Git Bash_ with multirepo enabled using `!import` results in: ``` $ python -m mkdocs serve INFO - Building documentation... INFO -...

The popular iOS caching app [Looking4Cache](https://www.looking4cache.com/) has a small quirk in that it requires ``` Geocache|Lab Cache ``` instead of the currently generated ``` Lab Cache ``` to display the...

While doing my first contributions here (#3739 and #3740) I had a bit of a hard time getting the project up and running to verify my changes (since the unit...

enhancement