Eshaan Issar
Eshaan Issar
yq (https://github.com/mikefarah/yq/) version v4.43.1 Operating system: Windows 11 24H2 Attempted choco install /exe Install from releases, same error on each. The command I ran: ``` yq --front-matter=extract 01.md --verbose ```...
similar bug as described in #1947. Apologies if I should've reopened that issue. Using a colon character ":" creates children when using ``` --input-format='tsv' ``` "asdf.tsv": ```tsv head1 head2 John:...
replace all occurrences of os.Stdin.Fd() with os.Stdout.Fd()
Hey, thanks for the very cool project. on windows, 1/4 youtube videos seemed to just not work with ' Error: cannot play the song ' I was able to make...
Expected behavior ----------------- ```PowerShell # # PSScriptAnalyzerSettings.psd1 # @{ # CustomRulePath = "rules.psm1" # } Invoke-ScriptAnalyzer -Path .\test.ps1 -Settings ./PSScriptAnalyzerSettings.psd1 ``` outputs: (correct) ```none RuleName Severity ScriptName Line Message --------...