Wojciech Sciesinski
Wojciech Sciesinski
The first try to run Format-Pester on Ubuntu Linux 16.04 ``` Name Value ---- ----- PSVersion 6.0.0-beta PSEdition Core GitCommitId v6.0.0-beta.3 OS Linux 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09...
Currently styles used to format documents are hardcoded in Format-Pester.ps1 e.g. https://github.com/equelin/Format-Pester/blob/master/Format-Pester/Public/Format-Pester.ps1#L257-L261 Styles used to format of generated documents should be configurable e.g. via style files / templates. @iainbrighton ,...
FireGestures since v. 1.11 doesn't work on Mozilla Firefox ESR due to changed compatibility settings what was introduced by the commit https://github.com/gomita/firegestures/commit/85059115810a8432ddca5b04cfaf755fdb7047e1. Mozilla Firefox ESR still use 45 version -...
The issue #1 I tried don't touch code formatting (means replacing tabs with 4 spaces) but you can find also some correction related to it.
Under work for updating help for Pester module I discovered that part of your tests is not correct. The file PesterTestsForHelp/InModule.Help.Tests.ps1 contains the test for auto-generated synopsis ```powershell # If...
If in the Vagrantfile file settings for vagrant-1 project the settings are defined like ``` ruby config.ssh.private_key_path = Array['/home/user/Vagrant/vagrant-1/old-key','/home/user/Vagrant/vagrant-1/new-key'] ``` only the first key is used to authorize a scp...
The file name: AnsibleWinModuleGen.ps1 The function name: Invoke-AnsibleWinModuleGen I think that a good practice is 1. save one function per file (a module need to be psd1 based for that)...
The parts of descriptions for known modules (e.g. published in DSC Resource Kit) can be fullfiled from previously prepared data files what can be part of module. ``` $MetaString =...
Hi, I prepared the tests to parse internationalization files. Now tests are the project [Format-Pester](https://github.com/it-praktyk/Format-Pester/blob/dev/tests/Format-Pester-translations.tests.ps1) specific but after small improvements (generalizations of code) can be used generally. If will you...