Anton Vishnyakov
Anton Vishnyakov
Hello team, Using PSParallell and it is working well under ISE / powershell console. However using it under VSO build agent just stuck. It might be due to progress report...
Hello team, having the following issue while using Invoke-Parallel + remote PS session + Write-Host ``` Invoke-Parallel : A command that prompts the user failed because the host program or...
Current `gitleaks.toml ` has tons of rules, and more are coming with PRs: * add rule for DSA keys #276 It might be a reasonable idea to add a test...
It would be super-nice to have ability to define positive and negative datasets within the rule. Both, self-documentation, testability, regression and quick assurance the rules actually work. Gitleaks should be...
Might be overlooking but cannot find a way to run gitleaks with selected regexes rules. **The first use** case is tuning our custom rules, testing on a smaller amount of...
Hey guys, Having sometimes the following exception, not too sure how to trace and fix it. Any ideas? ``` Get-RunspaceData : A transfer operation with the same source and destination...
Similar to jekyl's data files or simple saying config files, Wyam can have a few 'data' modules. The idea behind is to have initial data / config stored in JSON/xml...
It would be nice to have 'Powered by Wyam' icon to put on the web sites or other Wyam based work.
Got the following front matter truing to get array of arrays of string, two levels. Navigation2 gets completely missed. ```yaml Navigation1: "1" Navigation2: - - "a/index.md" - "a/a/index.md" - -...
CopyFiles module most-likely should also watch its giving folder, if --watch was specified. The 'issue' comes with the target folder being outside of the source Wyam folder, such as following:...