Joel Bennett
Joel Bennett
I want to to generate pseudo words, rather than relying on just the word lists. Basically 1..4 syllables (with phonetic vowels), with the first letter capitalized (since your words always...
The commands all use a _static_ `HostIOInterceptor.Instance` When `AttachToHost` is called on that static instance (from any command) the current `InternalHost` shim (the one that's active in the current runspace)...
NancyFx should work on .Net Standard, but their self-hosting may not (they're relying on Kestrel). Will NancyPS work with those constraints?
Now that the [Gateway API](https://gateway-api.sigs.k8s.io/) is GA, I've started using it on some clusters, and I want to get it added to as many of the Helm charts I use...
Submitting a similar set to posh-git -- could probably go further than this to integrate them, but this is enough for step one
When I run ```posh Compress-Archive $pwd -Destination ..\Compressed.zip ``` I always get a (redundant) single top-level folder in the zip We need an option to **not** create that top level...
### Summary of the new feature / enhancement As a user, I want to be **sure** that `Az.*` are actually modules belonging to the Azure PowerShell team. As an author,...
### Summary of the new feature / enhancement In nuget -- and all repositories based on it, such as chocolatey and the PowerShell Gallery -- the "Author" is just metadata....
It seems that while nuget has added various ways of validating content, PowerShell is stuck with just code and cab signing mechanisms _that rely on authors_ -- and very, very...
Regarding the existing `MenuComplete` function (`Ctrl+Space`) and the new "F2" history menu, a couple of requests: 1. Can we expose these menus as _commands_ to make them usable by other...