Glenn Sarti
Glenn Sarti
As part of me adding new Run Task resources I went to update the documentation and noticed that the Makefile command for `website:` references the Makefile in the Terraform Website...
The issue will track the work to complete the implementation of the pdk release subcommand as defined in RFC #003 #808 was Part 1 of the task.
When an argument error is thrown in `lib/pdk/generate/module.rb` the backtrace is lost due to the re-raising not preserving the backtrace. This makes debugging difficult. https://github.com/puppetlabs/pdk/blob/9364cde022/lib/pdk/generate/module.rb#L75-L77
Unfortunately the installation instructions in the release notes for Windows will never work as it appears it's just a copy-n-paste from the linux/mac instructions. As a windows user I would...
**Describe the solution you'd like** The README hints that wash works on windows, but there are no Windows builds **Describe alternatives you've considered** Building myself - No instructions and no...
The extension does a request to the server to get the version however it violates the LSP spec.... It currently sends: ``` Content-Length: 68 {"jsonrpc": "2.0","id":1,"method":"puppet/getVersion","params":null} ``` However the LSP...
This PR: * Updates the go-tfe library to the latest version (1.10.0). This is needed by later commits for the pre-apply task stage. * Moves the task stage logic to...
This commit adds a lint task to check that the PowerShell files are formatted correctly.