Daniel Schroeder
Daniel Schroeder
Hey Scott, I'm [a blogger as well](https://blog.danskingdom.com/). I find that I typically spend 4+ hours on my blog posts. I see that you typically blog twice per week, so I'm...
Steps to reproduce ------------------ ```powershell Install-Module -Name AzureArtifactsPowerShellModuleHelper -Scope CurrentUser -Force -MaximumVersion 2.999 ``` Expected behavior ----------------- It downloads and installs the module without giving any output, warnings, or errors....
I'm just curious what PoshRSJob stands for? PowerShell _something_ Job. I often find it hard to remember the name of this library, especially compared to other similar ones, like `Invoke-Parallel`....
It would be awesome if when the Source Path points at a zip file, that it could automatically unzip the file to a temporary directory, do the token replacement, and...
It would be awesome if there was a checkbox or something that we could use to toggle only seeing work item cards that do not currently have Story Points assigned...
First off, this is a great library. Thanks! One major (and easy to fix, I presume) nuisance is that we can't pass non-string objects into the .Expand() function. For example,...
Rather than having to specify the "Patch Content" inline in the task, it would be awesome if we could specify a file that contained the patch content. That would allow...
First off, this is a very cool project. Thank you for it! One thing I don't like is that git-sim stores it's media files in the local project directory, and...
### 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/Microsoft.PowerShell.PSResourceGet) - [X] Search the existing issues. ###...
Adding some examples to the ReadMe showing how to use it (not just install it) and what that looks like would be helpful. I (and I imagine others) don't even...