Freddie Sackur
Freddie Sackur
Hi! This module is still useful. When installing from the gallery, I get a code signing error and the module is not installed: ``` > Install-Module -Repository PSGallery cdpath Untrusted...
When searching the PSGallery by tag, this module is not found when I use the tag `cdpath`. I think it would be a useful addition.
Hi, First of all, thank you for the code - even now, it still provides much value. And I think it's worth a PR. I run Invoke-SqlCmd2 with a combination...
## Summary of the feature request - given that "no test cases" results in no failures - and given that we don't want to manually review every pipeline run -...
## Describe your environment Pester 5.3.1 on PSv5 and v7 on Win 10 ## Steps to reproduce ```powershell function outer { 1..3 | inner } function inner { param (...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [X] Search the existing issues, especially...
## Summary of the new feature/enhancement I disabled notifications long ago and forgot how I did it. Googling led me at first to group policy - not relevant. The answer...
Use case: my team has ~200 powershell modules deployed to an enterprise nuget source. Our dependency trees are a little cumbersome. We don't want to add any dependencies if we...
Hiya, I understand that `Key` has been removed from the library. This took me a bit of headscratching to figure out! I was following https://github.com/alecthomas/injector/blob/master/docs/terminology.rst Github won't let me easily...
**Summary of the new feature** Whitespace after a separator but before a comment should not be a violation of `PSUseConsistentWhitespace` **Proposed technical implementation details (optional)** test.ps1 (note whitespace between `foo,`...